Fix can't process cancel of follow request from remote
This commit is contained in:
parent
88c522a2a5
commit
70c17f087b
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ export default async (actor: IRemoteUser, activity: IFollow): Promise<void> => {
|
|||
});
|
||||
|
||||
if (req) {
|
||||
await cancelRequest(actor, followee);
|
||||
await cancelRequest(followee, actor);
|
||||
} else {
|
||||
await unfollow(actor, followee);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue