stream-chat-react icon indicating copy to clipboard operation
stream-chat-react copied to clipboard

bug: all replies are removed from the thread UI on successful retry to send a message

Open MartinCupela opened this issue 1 year ago • 0 comments

Describe the bug

Messages already present in a thread are removed if the originally failed delivery of a message is successful at last. The retried message appears in the thread, but the previous messages disappear. This happens only in thread, not in the main message list.

Expected behavior

All already loaded messages should be kept in the UI.

Video

on_successful_msg_resend_previous_replies_disappear.webm

Package version

  • stream-chat-react: 10.1.1

MartinCupela avatar Sep 21 '22 21:09 MartinCupela