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

bug: opening new thread when non-empty thread already opened keeps old replies

Open MartinCupela opened this issue 3 years ago • 0 comments

Describe the bug

If a user has already a non-empty thread opened and clicks on reply button of a message with 0 replies, the old replies from already opened thread are kept displayed with the new parent message in the newly opened thread.

To Reproduce

  1. Open a non-empty thread
  2. Click reply button to start a new thread to another message
  3. Observe the old replies being kept displayed

Expected behavior

Replies from the previous thread are not kept displayed.

Video

old_replies_kept.webm

Package version

  • stream-chat-react: 10.1.1

MartinCupela avatar Sep 30 '22 14:09 MartinCupela