Add settings for filtering end-of-poll notifications
Ref: poll-notif
This commit is contained in:
parent
a4b6a97b1b
commit
a35daceb5b
4 changed files with 17 additions and 2 deletions
|
@ -15,7 +15,7 @@ export const visibleTypes = store => {
|
|||
rootState.config.notificationVisibility.followRequest && 'follow_request',
|
||||
rootState.config.notificationVisibility.moves && 'move',
|
||||
rootState.config.notificationVisibility.emojiReactions && 'pleroma:emoji_reaction',
|
||||
'poll'
|
||||
rootState.config.notificationVisibility.polls && 'poll'
|
||||
].filter(_ => _))
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue