mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-08 21:24:04 +02:00
Send actor in Undo Follow
This commit is contained in:
@@ -8,7 +8,7 @@ import { publishUserStream } from '../../../stream';
|
||||
|
||||
export default async function(followee: IUser, follower: IUser) {
|
||||
if (isRemoteUser(followee)) {
|
||||
const content = pack(renderUndo(renderFollow(follower, followee)));
|
||||
const content = pack(renderUndo(renderFollow(follower, followee), follower));
|
||||
deliver(follower as ILocalUser, content, followee.inbox);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user