diff --git a/src/components/notification/notification.js b/src/components/notification/notification.js index 247b73848..8692c6190 100644 --- a/src/components/notification/notification.js +++ b/src/components/notification/notification.js @@ -138,7 +138,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'])).has(this.notification.type) }, user () { return this.$store.getters.findUser(this.notification.from_profile.id)