We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e98cd59 commit 8e1e738Copy full SHA for 8e1e738
package/src/components/Channel/Channel.tsx
@@ -852,13 +852,7 @@ const ChannelWithContext = <
852
setThreadMessages(updatedThreadMessages);
853
}
854
855
- if (
856
- channel &&
857
- thread?.id &&
858
- event.message?.id === thread.id &&
859
- !threadInstance &&
860
- !thread.poll_id
861
- ) {
+ if (channel && thread?.id && event.message?.id === thread.id && !threadInstance) {
862
const updatedThread = channel.state.formatMessage(event.message);
863
setThread(updatedThread);
864
0 commit comments