Skip to content

Commit 2d601ed

Browse files
committed
chore: resolve conflicts from develop
1 parent ec288ba commit 2d601ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package/src/components/Channel/Channel.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -783,6 +783,7 @@ const ChannelWithContext = (props: PropsWithChildren<ChannelPropsWithContext>) =
783783
const [threadHasMore, setThreadHasMore] = useState(true);
784784
const [threadLoadingMore, setThreadLoadingMore] = useState(false);
785785
const [channelUnreadStateStore] = useState(new ChannelUnreadStateStore());
786+
// TODO: Think if we can remove this and just rely on the channelUnreadStateStore everywhere.
786787
const setChannelUnreadState = useCallback(
787788
(data: ChannelUnreadStateStoreType['channelUnreadState']) => {
788789
channelUnreadStateStore.channelUnreadState = data;

0 commit comments

Comments
 (0)