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
@@ -70,6 +72,8 @@ export type MessageListInnerProps<
70
72
headerPosition?: number;
71
73
/** Hides the MessageDeleted components from the list, defaults to `false` */
72
74
hideDeletedMessages?: boolean;
75
+
/** Hides the DateSeparator component when new messages are received in a channel that's watched but not active, defaults to `false` */
76
+
hideNewMessageSeparator?: boolean;
73
77
/** Overrides the default props passed to [InfiniteScroll](https://github.com/GetStream/stream-chat-react/blob/master/src/components/InfiniteScrollPaginator/InfiniteScroll.tsx) */
0 commit comments