1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-22 16:59:24 -05:00
This commit is contained in:
syuilo 2018-04-08 18:52:42 +09:00
parent a1e6bb6fa3
commit 9b4778c05f

View file

@ -349,7 +349,7 @@ export default async (user: IUser, data: {
// Create notification
notify(mentionee._id, user._id, 'mention', {
note_id: note._id
noteId: note._id
});
}));
}