Skip to content
Snippets Groups Projects
Unverified Commit a8793054 authored by Zero King's avatar Zero King Committed by GitHub
Browse files

Fix typo (#7334)

parent e9ba8114
No related branches found
No related tags found
No related merge requests found
......@@ -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', {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment