mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -07:00
Fix bug
This commit is contained in:
parent
70214c45ce
commit
47607c7da6
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ export default async (user: IUser, data: {
|
||||||
|
|
||||||
// Create notification
|
// Create notification
|
||||||
notify(mentionee._id, user._id, 'mention', {
|
notify(mentionee._id, user._id, 'mention', {
|
||||||
note_id: note._id
|
noteId: note._id
|
||||||
});
|
});
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue