mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Filter chats by Unread
This commit is contained in:
@@ -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,
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user