Implement remote account unfollow
This commit is contained in:
parent
6b66ec1231
commit
4b507ed349
6 changed files with 81 additions and 47 deletions
|
|
@ -15,7 +15,7 @@ export default async (resolver, actor, activity) => {
|
|||
|
||||
switch (result.object.$ref) {
|
||||
case 'following':
|
||||
await unfollow(result.resolver, result.object);
|
||||
await unfollow(result.object);
|
||||
}
|
||||
}));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue