aboutsummaryrefslogtreecommitdiff
path: root/src/services/notifications_fetcher/notifications_fetcher.service.js
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 /src/services/notifications_fetcher/notifications_fetcher.service.js
parentd7f744d2819343eced508a589d6fad3842686a3e (diff)
Add poll end notifications to fetched types
Diffstat (limited to 'src/services/notifications_fetcher/notifications_fetcher.service.js')
-rw-r--r--src/services/notifications_fetcher/notifications_fetcher.service.js1
1 files changed, 1 insertions, 0 deletions
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'
]