We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f076c89 commit 2a9d168Copy full SHA for 2a9d168
1 file changed
package/src/components/MessageList/MessageList.tsx
@@ -560,7 +560,6 @@ const MessageListWithContext = <
560
};
561
});
562
} else if (mainChannelUpdated && shouldMarkRead()) {
563
- console.log('marking read');
564
await markRead();
565
}
566
0 commit comments