You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -300,6 +302,8 @@ export type VirtualizedMessageListProps<
300
302
hideDeletedMessages?: boolean;
301
303
/** Hides the `DateSeparator` component when new messages are received in a channel that's watched but not active, defaults to false */
302
304
hideNewMessageSeparator?: boolean;
305
+
/** Function called when more messages are to be loaded, defaults to function stored in [ChannelActionContext](https://getstream.github.io/stream-chat-react/#section-channelactioncontext) */
306
+
loadMore?: ChannelActionContextValue['loadMore'];
303
307
/** Custom UI component to display a message, defaults to and accepts same props as [FixedHeightMessage](https://github.com/GetStream/stream-chat-react/blob/master/src/components/Message/FixedHeightMessage.tsx) */
0 commit comments