diff --git a/src/components/notification/notification.js b/src/components/notification/notification.js index 3edf21de7..8052e3a73 100644 --- a/src/components/notification/notification.js +++ b/src/components/notification/notification.js @@ -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)