Replies: 2 comments
-
Hey @jisusushi ! Thank you for reaching out! The So all you have to do is access your If you're thinking of scrolling to a position when opening the chat, you can use the Let me know if this works and clears up your concerns! |
Beta Was this translation helpful? Give feedback.
-
I think these changes help this discussion. |
Beta Was this translation helpful? Give feedback.
-
I want to send users to 'last read message' position when they're entering a chat room. I'm currently using lazyColumn for showing message list, and I know I can assign fisrt visible index in lazyColumn's listState (and can get the right index by
unreadCount
). But, to do so, if the unreadCount is like 400, I have to load 400 messages byChatDomain
first, and it is really annoying.Is their any other way to handle this problem, especially when the unreadCount is huge? I found the function
loadMessageById
, but I've got no idea how to get 92th message's Id without loading the whole message after it.Beta Was this translation helpful? Give feedback.
All reactions