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.
2 parents a20af2e + f076c89 commit 6d9e0acCopy full SHA for 6d9e0ac
package/src/components/MessageList/MessageList.tsx
@@ -522,7 +522,6 @@ const MessageListWithContext = <
522
523
const handleEvent = async (event: Event<StreamChatGenerics>) => {
524
const mainChannelUpdated = !event.message?.parent_id || event.message?.show_in_channel;
525
- console.log(mainChannelUpdated, shouldMarkRead());
526
// When the scrollToBottomButtonVisible is true, we need to manually update the channelUnreadState.
527
if (scrollToBottomButtonVisible || channelUnreadState?.first_unread_message_id) {
528
setChannelUnreadState((prev) => {
0 commit comments