Skip to content

Commit

Permalink
Allow composing to contacts from groups
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny-signal committed Mar 28, 2022
1 parent acda5b2 commit 2602db9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ts/state/selectors/conversations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ function isTrusted(conversation: ConversationType): boolean {

return Boolean(
isInSystemContacts(conversation) ||
conversation.sharedGroupNames.length > 0 ||
conversation.profileSharing ||
conversation.isMe
);
Expand Down

0 comments on commit 2602db9

Please sign in to comment.