Our conversation doesn't require profile sharing

Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
automated-signal 2022-02-11 17:19:51 -08:00 committed by GitHub
parent cbcee66e4e
commit 9555a30bef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -951,6 +951,7 @@ export function isMissingRequiredProfileSharing(
conversation: ConversationType
): boolean {
const doesConversationRequireIt =
!conversation.isMe &&
!conversation.left &&
(isGroupV1(conversation) || isDirectConversation(conversation));