tamaina 2020-05-24 18:41:40 +09:00
parent baa49271df
commit 05c7cacdd1

View file

@ -71,10 +71,11 @@ export default Vue.extend({
methods: { methods: {
onNotification(notification) { onNotification(notification) {
// TODO: () if (document.visibilityState === 'visible') {
this.$root.stream.send('readNotification', { this.$root.stream.send('readNotification', {
id: notification.id id: notification.id
}); });
}
this.prepend(notification); this.prepend(notification);
}, },