Eliminate unknown groups and contacts from search results

This commit is contained in:
Scott Nonnenberg 2022-09-26 13:18:11 -07:00 committed by GitHub
parent a921f267f5
commit 5ed5483dd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 35 additions and 11 deletions

View file

@ -36,6 +36,7 @@ export function getDefaultConversation(
markedUnread: Boolean(overrideProps.markedUnread),
sharedGroupNames: [],
title: `${firstName} ${lastName}`,
titleNoDefault: `${firstName} ${lastName}`,
type: 'direct' as const,
uuid: UUID.generate().toString(),
...overrideProps,