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 b1f0772 commit 20a7656Copy full SHA for 20a7656
packages/uikit-react-native/src/fragments/createGroupChannelFragment.tsx
@@ -119,13 +119,7 @@ const createGroupChannelFragment = (initModule?: Partial<GroupChannelModule>): G
119
confirmAndMarkAsRead(channels);
120
}
121
} else {
122
- if (
123
- !scrolledAwayFromBottom &&
124
- !hasUserMarkedAsUnreadRef.current &&
125
- (hasSeenNewLineRef.current || !isNewLineExistInChannelRef.current)
126
- ) {
127
- confirmAndMarkAsRead(channels);
128
- }
+ confirmAndMarkAsRead(channels);
129
130
});
131
0 commit comments