1
0
mirror of https://git.pleroma.social/sjw/pleroma-fe.git synced 2025-01-09 02:17:29 +01:00

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

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