diff --git a/src/services/notifications_fetcher/notifications_fetcher.service.js b/src/services/notifications_fetcher/notifications_fetcher.service.js index 06eddc2bd..b3b38e275 100644 --- a/src/services/notifications_fetcher/notifications_fetcher.service.js +++ b/src/services/notifications_fetcher/notifications_fetcher.service.js @@ -28,7 +28,7 @@ const fetchAndUpdate = ({ store, credentials, older = false, since }) => { const timelineData = rootState.notifications const hideMutedPosts = getters.mergedConfig.hideMutedPosts - if (store.rootState.instance.pleromaChatMessagesAvailable) { + if (rootState.instance.pleromaChatMessagesAvailable) { mastoApiNotificationTypes.push('pleroma:chat_mention') }