Merge branch 'notif_types' into shigusegubu-themes3

This commit is contained in:
Henry Jameson 2024-04-22 23:47:33 +03:00
commit 596a2fa88e
2 changed files with 3 additions and 0 deletions

View file

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

View file

@ -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'
] ]