mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-22 18:44:02 +02:00
wip
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user