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
- Provide option to hide `DateSeparator` component for new messages with the `hideNewMessageSeparator` prop on `MessageList` and `VirtualizedMessageList` components [#837](https://github.com/GetStream/stream-chat-react/pull/837)
9
+
10
+
### Bug
11
+
12
+
- Fix bad conditional in `useMentionsHandlers` custom hook [#836](https://github.com/GetStream/stream-chat-react/pull/836)
@@ -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