Replies: 1 comment 1 reply
-
Hey @mruth1022 ! As far as the state and UI goes, we already support:
I'm not sure what's missing here - you can use the state for the read status and utilize that to see which messages have been read by whom. Could you explain a bit more what specifically is missing? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Similar to the functionality provided by the iOS SDK (docs here), we have a need to show read indicators (i.e. read receipts) within the list of messages in a channel (provided by the MessageListView UI component).
Ideally this would provide information on:
This information should be updated live through the web socket connection, such that it can provide real-time updates on when a message has been read and by whom.
Looking through the documentation for the Android SDK, I've seen that there is limited support for the read status of the last message of the channel, provided by ChannelListView (docs here). However, this is not sufficient as it doesn't indicate who has read the message, nor provide the read status for other messages in the channel besides the last message.
Beta Was this translation helpful? Give feedback.
All reactions