Allow composing to contacts from groups
This commit is contained in:
parent
acda5b2cb3
commit
2602db97f0
1 changed files with 1 additions and 0 deletions
|
@ -419,6 +419,7 @@ function isTrusted(conversation: ConversationType): boolean {
|
|||
|
||||
return Boolean(
|
||||
isInSystemContacts(conversation) ||
|
||||
conversation.sharedGroupNames.length > 0 ||
|
||||
conversation.profileSharing ||
|
||||
conversation.isMe
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue