From d3f5001679aecf12a679d9b55b70f7bc85f28018 Mon Sep 17 00:00:00 2001 From: tamaina Date: Sun, 31 May 2020 14:54:04 +0900 Subject: [PATCH] fix --- src/client/components/note.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/client/components/note.vue b/src/client/components/note.vue index 1136781ca..6e513a4b2 100644 --- a/src/client/components/note.vue +++ b/src/client/components/note.vue @@ -278,9 +278,6 @@ 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; },