Skip to content

Commit 08ebf76

Browse files
committed
fix: merge conflict
1 parent 89e0c1f commit 08ebf76

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/v4/chat/internal-components/ChatFeed/ChatFeed.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ const ChatFeed: FC<ChatFeedProps> = ({ channel, isJoinedCommunity, isLoading })
3131
channelId: channel.channelId,
3232
});
3333

34-
const { isVisitorOrBot } = useSDK();
35-
const { channel: liveChannel, loading: liveChannelLoading } = useChannel({
36-
channelId: channel.channelId,
37-
});
38-
3934
const { messages, loading, hasMore, loadMore } = useMessagesCollection(
4035
{
4136
subChannelId: channel.channelId,

0 commit comments

Comments
 (0)