multiple fixes

This commit is contained in:
Henry Jameson 2020-05-26 01:01:25 +03:00
parent 83e5ee5494
commit 9d09e4090f
4 changed files with 8 additions and 10 deletions

View file

@ -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
)