From d5575f9c132d49eed79768dd5d53db763e42f86c Mon Sep 17 00:00:00 2001 From: Phantasm Date: Tue, 26 Mar 2024 18:59:39 +0100 Subject: [PATCH] Add poll end notifications to fetched types --- changelog.d/poll-ended-notifications.fix | 1 + .../notifications_fetcher/notifications_fetcher.service.js | 1 + 2 files changed, 2 insertions(+) create mode 100644 changelog.d/poll-ended-notifications.fix diff --git a/changelog.d/poll-ended-notifications.fix b/changelog.d/poll-ended-notifications.fix new file mode 100644 index 0000000000..d04b8cb00b --- /dev/null +++ b/changelog.d/poll-ended-notifications.fix @@ -0,0 +1 @@ +Add poll end notifications to fetched types. diff --git a/src/services/notifications_fetcher/notifications_fetcher.service.js b/src/services/notifications_fetcher/notifications_fetcher.service.js index c91a86c81b..5bcda826a5 100644 --- a/src/services/notifications_fetcher/notifications_fetcher.service.js +++ b/src/services/notifications_fetcher/notifications_fetcher.service.js @@ -9,6 +9,7 @@ const mastoApiNotificationTypes = [ 'reblog', 'follow', 'move', + 'poll', 'pleroma:emoji_reaction', 'pleroma:report' ]