mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
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…
Add table
Reference in a new issue