Merge branch 'fix-poll-notifs' into 'develop'
Add poll end notifications to fetched types Closes pleroma#3230 See merge request pleroma/pleroma-fe!1905
This commit is contained in:
commit
15dde2d372
|
@ -0,0 +1 @@
|
||||||
|
Add poll end notifications to fetched types.
|
|
@ -9,6 +9,7 @@ const mastoApiNotificationTypes = [
|
||||||
'reblog',
|
'reblog',
|
||||||
'follow',
|
'follow',
|
||||||
'move',
|
'move',
|
||||||
|
'poll',
|
||||||
'pleroma:emoji_reaction',
|
'pleroma:emoji_reaction',
|
||||||
'pleroma:report'
|
'pleroma:report'
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue