Use fuse.js for regular contact search

This commit is contained in:
Fedor Indutny 2022-04-07 11:47:12 -07:00 committed by GitHub
parent 085a698a73
commit e1e1cfb892
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 26 additions and 50 deletions

View file

@ -121,7 +121,7 @@ export const getConversationsByUsername = createSelector(
}
);
const getAllConversations = createSelector(
export const getAllConversations = createSelector(
getConversationLookup,
(lookup): Array<ConversationType> => Object.values(lookup)
);