From cf9c91dd027b335165f417b8676e7846249a1b6c Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Sun, 29 Jun 2025 01:09:59 +0300 Subject: [PATCH] microfix --- .../notifications_fetcher/notifications_fetcher.service.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') }