Allow composing to contacts from groups

This commit is contained in:
Fedor Indutny 2022-03-28 14:13:24 -07:00 committed by GitHub
parent acda5b2cb3
commit 2602db97f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -419,6 +419,7 @@ function isTrusted(conversation: ConversationType): boolean {
return Boolean(
isInSystemContacts(conversation) ||
conversation.sharedGroupNames.length > 0 ||
conversation.profileSharing ||
conversation.isMe
);