Fix typo (#7334)
This commit is contained in:
parent
e9ba81149d
commit
a87930542a
@ -93,7 +93,7 @@ export async function insertFollowingDoc(followee: User, follower: User) {
|
||||
|
||||
// Publish followed event
|
||||
if (Users.isLocalUser(followee)) {
|
||||
Users.pack(follower, followee).then(packed => publishMainStream(followee.id, 'followed', packed)),
|
||||
Users.pack(follower, followee).then(packed => publishMainStream(followee.id, 'followed', packed));
|
||||
|
||||
// 通知を作成
|
||||
createNotification(followee.id, 'follow', {
|
||||
|
Loading…
Reference in New Issue
Block a user