Merge branch 'develop' into vue3

This commit is contained in:
syuilo
2020-09-19 13:57:38 +09:00
13 changed files with 46 additions and 21 deletions

View File

@@ -326,8 +326,7 @@ export default defineComponent({
},
async onNotification(notification) {
const t = this.$store.state.i.includingNotificationTypes;
if (!!t && !t.includes(notification.type)) {
if (this.$store.state.i.mutingNotificationTypes.includes(notification.type)) {
return;
}
if (document.visibilityState === 'visible') {