We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f4279d commit e84fff1Copy full SHA for e84fff1
package/src/components/MessageList/MessageList.tsx
@@ -425,7 +425,6 @@ const MessageListWithContext = (props: MessageListPropsWithContext) => {
425
// the unread notification to appear (for example if the old last read messages
426
// go out of the viewport).
427
if (processedMessageList.length !== messagesLength.current) {
428
- setIsUnreadNotificationOpen(false);
429
return;
430
}
431
messagesLength.current = processedMessageList.length;
0 commit comments