Add poll end notifications to fetched types

This commit is contained in:
Phantasm 2024-03-26 18:59:39 +01:00
parent d7f744d281
commit d5575f9c13
No known key found for this signature in database
GPG Key ID: 2669E588BCC634C8
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
Add poll end notifications to fetched types.

View File

@ -9,6 +9,7 @@ const mastoApiNotificationTypes = [
'reblog',
'follow',
'move',
'poll',
'pleroma:emoji_reaction',
'pleroma:report'
]