You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When a GIF (Giphy) message exists in the message list, the MessageListView stops auto-refreshing. Any subsequent actions such as sending a message, replying, deleting, or reacting do not update the UI until the user interacts with the view (scroll/tap).
Without GIFs, the MessageListView updates normally.
SDK version
v6-latest
To Reproduce
Steps to reproduce the behavior:
Open a channel with MessageListView and MessageComposerView.
Send or load a GIF (via Giphy).
Try any of the following:
Send a new text message
Add/remove a reaction
Delete a message
Reply to a message
Observe that UI does not update.
Touch/scroll the list → suddenly all updates appear.