fix poll notifications not being expandable
This commit is contained in:
parent
6ae05ab956
commit
50105a8f92
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ const Notification = {
|
|||
return highlightStyle(highlight[user.screen_name])
|
||||
},
|
||||
expandable () {
|
||||
return (new Set(['like', 'pleroma:emoji_reaction', 'repeat'])).has(this.notification.type)
|
||||
return (new Set(['like', 'pleroma:emoji_reaction', 'repeat', 'poll'])).has(this.notification.type)
|
||||
},
|
||||
user () {
|
||||
return this.$store.getters.findUser(this.notification.from_profile.id)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue