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

Add poll end notifications to fetched types

Closes pleroma#3230

See merge request pleroma/pleroma-fe!1905
neckbeard
HJ 4 months ago
commit 15dde2d372

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

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

Loading…
Cancel
Save