1
0

Send actor in Undo Follow

This commit is contained in:
mei23
2018-08-25 14:46:47 +09:00
parent 68a7661f08
commit a39aaf6eb1
3 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ export default async function(follower: IUser, followee: IUser) {
}
if (isLocalUser(follower) && isRemoteUser(followee)) {
const content = pack(renderUndo(renderFollow(follower, followee)));
const content = pack(renderUndo(renderFollow(follower, followee), follower));
deliver(follower, content, followee.inbox);
}
}