Observing unread count for a subset of channels, etc #1951
Unanswered
SeanOThomas
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
From the docs, it looks like we can observe when a member gets a new message with a total unread count and a total channel unread count. This will work nicely for when we show a user’s total unread count.
However, we have a couple other use cases:
Is it possible to observe unread count updates for a single channel? We display a list of chats (without using the UI kit). For each chat, we’d like to show a live unread count.
Is it possible to show an unread count for a subset of a user’s channels? For a particular view, we group channels by entity. For each of these entities, we want to observe a live unread count. Is this possible with the SDK?
Thanks so much!
Beta Was this translation helpful? Give feedback.
All reactions