summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortamaina <tamaina@hotmail.co.jp>2020-05-31 14:54:04 +0900
committertamaina <tamaina@hotmail.co.jp>2020-05-31 14:54:04 +0900
commitd3f5001679aecf12a679d9b55b70f7bc85f28018 (patch)
tree1011ebb2a3df7e092f6c3b6be7c1ad2a13ca2dee /src
parentfix (diff)
downloadsharkey-d3f5001679aecf12a679d9b55b70f7bc85f28018.tar.gz
sharkey-d3f5001679aecf12a679d9b55b70f7bc85f28018.tar.bz2
sharkey-d3f5001679aecf12a679d9b55b70f7bc85f28018.zip
fix
Diffstat (limited to 'src')
-rw-r--r--src/client/components/note.vue3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client/components/note.vue b/src/client/components/note.vue
index 1136781ca2..6e513a4b2a 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;
},