This commit is contained in:
tamaina 2020-05-24 13:53:31 +09:00 committed by GitHub
parent abc296cdcc
commit 81f1df7472
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -500,8 +500,7 @@ export default Vue.extend({
},
async onNotification(notification) {
// TODO: ()
if (true) {
if (document.visibilityState === 'visible') {
this.$root.stream.send('readNotification', {
id: notification.id
});