add more notification types to ask backend about

This commit is contained in:
Henry Jameson 2024-04-22 22:37:37 +03:00
parent 15dde2d372
commit b2e10ac8c1
1 changed files with 2 additions and 0 deletions

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