add more notification types to ask backend about
This commit is contained in:
parent
15dde2d372
commit
b2e10ac8c1
|
@ -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…
Reference in New Issue