nanka iroiro
This commit is contained in:
parent
0bbe8267b8
commit
10e3411020
5 changed files with 26 additions and 25 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue