classes for unread and highlight

This commit is contained in:
Anthony Atkinson 2021-05-05 21:51:35 -04:00
parent 26a38b12ab
commit a3229f1cdf
1 changed files with 2 additions and 0 deletions

View File

@ -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,