Skip to content

Commit 6d9e0ac

Browse files
committed
Merge branch 'develop' of github.com:GetStream/stream-chat-react-native into move-render-item-out
2 parents a20af2e + f076c89 commit 6d9e0ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package/src/components/MessageList/MessageList.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,6 @@ const MessageListWithContext = <
522522

523523
const handleEvent = async (event: Event<StreamChatGenerics>) => {
524524
const mainChannelUpdated = !event.message?.parent_id || event.message?.show_in_channel;
525-
console.log(mainChannelUpdated, shouldMarkRead());
526525
// When the scrollToBottomButtonVisible is true, we need to manually update the channelUnreadState.
527526
if (scrollToBottomButtonVisible || channelUnreadState?.first_unread_message_id) {
528527
setChannelUnreadState((prev) => {

0 commit comments

Comments
 (0)