fix notifications

This commit is contained in:
Henry Jameson 2026-02-16 16:58:17 +02:00
commit 20162e5358

View file

@ -118,6 +118,7 @@ export const notifications = {
commit('addNewNotifications', { notifications: [notification] }) commit('addNewNotifications', { notifications: [notification] })
maybeShowNotification( maybeShowNotification(
useSyncConfigStore().mergedConfig.notificationVisibility,
store, store,
Object.values(useSyncConfigStore().prefsStorage.simple.muteFilters), Object.values(useSyncConfigStore().prefsStorage.simple.muteFilters),
notification, notification,