commit: d5575f9c132d49eed79768dd5d53db763e42f86c
parent d7f744d2819343eced508a589d6fad3842686a3e
Author: Phantasm <phantasm@centrum.cz>
Date: Tue, 26 Mar 2024 18:59:39 +0100
Add poll end notifications to fetched types
Diffstat:
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/changelog.d/poll-ended-notifications.fix 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
@@ -9,6 +9,7 @@ const mastoApiNotificationTypes = [
'reblog',
'follow',
'move',
+ 'poll',
'pleroma:emoji_reaction',
'pleroma:report'
]