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; },