If a new message is available in a user's circles' channel, add it to the list of unread channels (if they aren't already in that channel, activeChannel !== node.channel.id).
Channels.js should have list of channels and should update the list after checking which have unread messages.
The logic for a channel displaying its unread state should already exist.
If a new message is available in a user's circles' channel, add it to the list of unread channels (if they aren't already in that channel,
activeChannel !== node.channel.id
).Channels.js should have list of channels and should update the list after checking which have unread messages.
The logic for a channel displaying its unread state should already exist.