diff --git a/client/components/ChannelWrapper.vue b/client/components/ChannelWrapper.vue index c979007f..35f9e656 100644 --- a/client/components/ChannelWrapper.vue +++ b/client/components/ChannelWrapper.vue @@ -8,6 +8,8 @@ {active: active}, {'parted-channel': channel.type === 'channel' && channel.state === 0}, {'has-draft': channel.pendingMessage}, + {'has-unread': channel.unread}, + {'has-highlight': channel.highlight}, { 'not-secure': channel.type === 'lobby' && network.status.connected && !network.status.secure,