mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Fix typo (#7334)
This commit is contained in:
parent
db0284111e
commit
ddf0168f54
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue