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
@@ -395,6 +395,7 @@ describe('both/state/selectors/search', () => {
messageResults: { isLoading: true },
searchConversationName: undefined,
searchTerm: 'foo bar',
filterByUnread: false,
});
});
@@ -450,6 +451,7 @@ describe('both/state/selectors/search', () => {
},
searchConversationName: undefined,
searchTerm: 'foo bar',
filterByUnread: false,
});
});
});