wip
This commit is contained in:
parent
b6b9875205
commit
c2c03a1c65
13 changed files with 60 additions and 68 deletions
|
|
@ -7,7 +7,7 @@ export default async (actor, activity): Promise<void> => {
|
|||
|
||||
switch (activity.object.type) {
|
||||
case 'Follow':
|
||||
unfollow(activity.object);
|
||||
unfollow(actor, activity.object);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue