Filter chats by Unread

This commit is contained in:
yash-signal
2024-11-13 13:33:41 -06:00
committed by GitHub
parent 45e9c07125
commit a56e7d0ade
27 changed files with 883 additions and 438 deletions

View File

@@ -14,6 +14,7 @@ describe('LeftPaneInboxHelper', () => {
const defaultProps: LeftPaneInboxPropsType = {
archivedConversations: [],
conversations: [],
filterByUnread: false,
isSearchingGlobally: false,
isAboutToSearch: false,
pinnedConversations: [],