multiple fixes
This commit is contained in:
parent
83e5ee5494
commit
9d09e4090f
4 changed files with 8 additions and 10 deletions
|
@ -386,7 +386,7 @@ const addNewNotifications = (state, { dispatch, notifications, older, visibleNot
|
|||
state.notifications.desktopNotificationSilence ||
|
||||
!visibleNotificationTypes.includes(notification.type) ||
|
||||
(
|
||||
status && (
|
||||
notification.type === 'mention' && status && (
|
||||
status.muted ||
|
||||
muteWordHits(status, rootGetters.mergedConfig.muteWords).length === 0
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue