This commit is contained in:
tamaina 2020-05-31 14:54:04 +09:00
parent 886766cca5
commit d3f5001679

View file

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