Skip to content

Commit

Permalink
Our conversation doesn't require profile sharing
Browse files Browse the repository at this point in the history
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
  • Loading branch information
automated-signal and indutny-signal committed Feb 12, 2022
1 parent 6afe126 commit 001974e
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 @@ -951,6 +951,7 @@ export function isMissingRequiredProfileSharing(
conversation: ConversationType
): boolean {
const doesConversationRequireIt =
!conversation.isMe &&
!conversation.left &&
(isGroupV1(conversation) || isDirectConversation(conversation));

Expand Down

0 comments on commit 001974e

Please sign in to comment.