diff --git a/src/services/notifications_fetcher/notifications_fetcher.service.js b/src/services/notifications_fetcher/notifications_fetcher.service.js index 89e000dd6..fbe9d233b 100644 --- a/src/services/notifications_fetcher/notifications_fetcher.service.js +++ b/src/services/notifications_fetcher/notifications_fetcher.service.js @@ -19,7 +19,7 @@ const mastoApiNotificationTypes = new Set([ 'poll', 'pleroma:emoji_reaction', 'pleroma:report', - 'test' + 'test231' ]) const fetchAndUpdate = ({ store, credentials, older = false, since }) => {