Fix typo (#7334)
This commit is contained in:
parent
e9ba81149d
commit
a87930542a
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ export async function insertFollowingDoc(followee: User, follower: User) {
|
||||||
|
|
||||||
// Publish followed event
|
// Publish followed event
|
||||||
if (Users.isLocalUser(followee)) {
|
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', {
|
createNotification(followee.id, 'follow', {
|
||||||
|
|
Loading…
Reference in a new issue