diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-04-08 18:52:42 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-04-08 18:52:42 +0900 |
| commit | 9b4778c05f1ad2219300bad20c5a5116948d484d (patch) | |
| tree | 0ee9bd237d86651050dc3f5e02b5a7e8b7dee9da /src/services | |
| parent | Provide url property (diff) | |
| download | misskey-9b4778c05f1ad2219300bad20c5a5116948d484d.tar.gz misskey-9b4778c05f1ad2219300bad20c5a5116948d484d.tar.bz2 misskey-9b4778c05f1ad2219300bad20c5a5116948d484d.zip | |
Fix bug
Diffstat (limited to 'src/services')
| -rw-r--r-- | src/services/note/create.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/services/note/create.ts b/src/services/note/create.ts index aac207cc12..8f0b84bccd 100644 --- a/src/services/note/create.ts +++ b/src/services/note/create.ts @@ -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 }); })); } |