Basics of order of messages in a group channel #78
Pinned
lookdeceline
announced in
1. Chatting in a channel
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
A guide on the order of messages in a group channel?
Guide & Snippet
The messages of a group channel are managed as
fullMessageList
inSBUGroupChannelViewModel
. The below is the order of messages infullMessageList
ofSBUGroupChannelViewModel
. If a new succeeded message arrives, it appears above all pending or failed messages. Meanwhile, if you enabled the typing indicator bubble for your channel, the typing bubble message will always appear at the very bottom of the message list.Reference
Beta Was this translation helpful? Give feedback.
All reactions