File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
package/src/components/ChannelList Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import {
2828import { useChatContext } from '../../contexts/chatContext/ChatContext' ;
2929import { SwipeRegistryProvider } from '../../contexts/swipeableContext/SwipeRegistryContext' ;
3030import type { ChannelListEventListenerOptions } from '../../types/types' ;
31- import { ChannelPreview } from '../ChannelPreview/ChannelPreview ' ;
31+ import { ChannelPreviewMessenger } from '../ChannelPreview/ChannelPreviewMessenger ' ;
3232import { EmptyStateIndicator as EmptyStateIndicatorDefault } from '../Indicators/EmptyStateIndicator' ;
3333import { LoadingErrorIndicator as LoadingErrorIndicatorDefault } from '../Indicators/LoadingErrorIndicator' ;
3434
@@ -279,7 +279,7 @@ export const ChannelList = (props: ChannelListProps) => {
279279 onRemovedFromChannel,
280280 onSelect,
281281 options = DEFAULT_OPTIONS ,
282- Preview = ChannelPreview ,
282+ Preview = ChannelPreviewMessenger ,
283283 getChannelActionItems,
284284 PreviewAvatar,
285285 PreviewMessage,
You can’t perform that action at this time.
0 commit comments