diff options
| -rw-r--r-- | changelog.d/poll-ended-notifications.fix | 1 | ||||
| -rw-r--r-- | src/services/notifications_fetcher/notifications_fetcher.service.js | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/poll-ended-notifications.fix b/changelog.d/poll-ended-notifications.fix new file mode 100644 index 00000000..d04b8cb0 --- /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 c91a86c8..5bcda826 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' ] |
