atharesinc / athares

Expo Web and Native Codebase
0 stars 0 forks source link

DEV: UnreadChannels, new message icon, and doing stuff on new-message-in-channel #25

Closed actuallydan closed 3 years ago

actuallydan commented 4 years ago

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.