fix emoji reactions notifs being non-expandable
This commit is contained in:
parent
7b2f3b648a
commit
0d6453baec
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ const Notification = {
|
||||||
return highlightStyle(highlight[user.screen_name])
|
return highlightStyle(highlight[user.screen_name])
|
||||||
},
|
},
|
||||||
expandable () {
|
expandable () {
|
||||||
return (new Set(['like', '-pleroma:emoji_reaction', 'repeat'])).has(this.notification.type)
|
return (new Set(['like', 'pleroma:emoji_reaction', 'repeat'])).has(this.notification.type)
|
||||||
},
|
},
|
||||||
user () {
|
user () {
|
||||||
return this.$store.getters.findUser(this.notification.from_profile.id)
|
return this.$store.getters.findUser(this.notification.from_profile.id)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue