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' ]