diff options
| author | Phantasm <phantasm@centrum.cz> | 2024-03-26 18:59:39 +0100 |
|---|---|---|
| committer | Phantasm <phantasm@centrum.cz> | 2024-03-26 19:17:55 +0100 |
| commit | d5575f9c132d49eed79768dd5d53db763e42f86c (patch) | |
| tree | f5d2de3762e3241baf105c915400380078092b25 /src | |
| parent | d7f744d2819343eced508a589d6fad3842686a3e (diff) | |
Add poll end notifications to fetched types
Diffstat (limited to 'src')
| -rw-r--r-- | src/services/notifications_fetcher/notifications_fetcher.service.js | 1 |
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' ] |
