Merge branch 'notif_types' into 'develop'

Add more notification types

See merge request pleroma/pleroma-fe!1912
merge-requests/1931/head
HJ 5 months ago
commit 36f2fef55a

@ -0,0 +1 @@
Synchronized requested notification types with backend, hopefully should fix missing notifications for polls and follow requests

@ -8,9 +8,11 @@ const mastoApiNotificationTypes = [
'favourite', 'favourite',
'reblog', 'reblog',
'follow', 'follow',
'follow_request',
'move', 'move',
'poll', 'poll',
'pleroma:emoji_reaction', 'pleroma:emoji_reaction',
'pleroma:chat_mention',
'pleroma:report' 'pleroma:report'
] ]

Loading…
Cancel
Save