parent
f104e9b6cc
commit
df71dbb024
9 changed files with 36 additions and 17 deletions
|
|
@ -161,8 +161,7 @@ export default Vue.extend({
|
|||
},
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue