wip
This commit is contained in:
parent
51255bb446
commit
35115607bc
9 changed files with 110 additions and 3 deletions
|
|
@ -25,7 +25,7 @@ export default async (actor: IRemoteUser, activity: IAccept): Promise<void> => {
|
|||
|
||||
switch (object.type) {
|
||||
case 'Follow':
|
||||
acceptFollow(resolver, actor, activity, object);
|
||||
acceptFollow(actor, object);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue