mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-05 00:03:51 +09:00
Improve typing
This commit is contained in:
@ -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;
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user