aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhantasm <phantasm@centrum.cz>2024-03-26 18:59:39 +0100
committerPhantasm <phantasm@centrum.cz>2024-03-26 19:17:55 +0100
commitd5575f9c132d49eed79768dd5d53db763e42f86c (patch)
treef5d2de3762e3241baf105c915400380078092b25
parentd7f744d2819343eced508a589d6fad3842686a3e (diff)
Add poll end notifications to fetched types
-rw-r--r--changelog.d/poll-ended-notifications.fix1
-rw-r--r--src/services/notifications_fetcher/notifications_fetcher.service.js1
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'
]