Merge branch 'fix-poll-notifs' into 'develop'

Add poll end notifications to fetched types

Closes pleroma#3230

See merge request pleroma/pleroma-fe!1905
This commit is contained in:
HJ 2024-04-22 19:30:29 +00:00
commit 15dde2d372
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'
]