1
0
mirror of https://git.pleroma.social/sjw/pleroma-fe.git synced 2024-12-22 20:09:50 +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',
'reblog',
'follow',
'follow_request',
'move',
'poll',
'pleroma:emoji_reaction',
'pleroma:chat_mention',
'pleroma:report'
]