diff options
| author | tamaina <tamaina@hotmail.co.jp> | 2020-05-26 14:33:55 +0900 |
|---|---|---|
| committer | tamaina <tamaina@hotmail.co.jp> | 2020-05-26 14:33:55 +0900 |
| commit | 9bee9d20f751d2cf5833c5b2cf8be875496250c2 (patch) | |
| tree | 200771d0da80c63cfa5609d7d73141be25f0b0b1 /src/client/components/note.vue | |
| parent | Resolve https://github.com/syuilo/misskey/pull/6406#issuecomment-633203670 (diff) | |
| download | sharkey-9bee9d20f751d2cf5833c5b2cf8be875496250c2.tar.gz sharkey-9bee9d20f751d2cf5833c5b2cf8be875496250c2.tar.bz2 sharkey-9bee9d20f751d2cf5833c5b2cf8be875496250c2.zip | |
Improve typing
Diffstat (limited to 'src/client/components/note.vue')
| -rw-r--r-- | src/client/components/note.vue | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/components/note.vue b/src/client/components/note.vue index 6e513a4b2a..1136781ca2 100644 --- a/src/client/components/note.vue +++ b/src/client/components/note.vue @@ -278,6 +278,9 @@ export default Vue.extend({ (this as any).$root.api('promo/read', { noteId: this.appearNote.id }); + this.$root.stream.send('readNotification', { + id: notification.id + }); this.hideThisNote = true; }, |