mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-25 02:44:03 +02:00
nanka iroiro
This commit is contained in:
@@ -57,6 +57,6 @@ export default async function(follower: IUser, followee: IUser, activity?) {
|
||||
|
||||
if (isLocalUser(follower) && isRemoteUser(followee)) {
|
||||
const content = pack(renderUndo(renderFollow(follower, followee)));
|
||||
deliver(follower, content, followee.inbox).save();
|
||||
deliver(follower, content, followee.inbox);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user