Our conversation doesn't require profile sharing

This commit is contained in:
Fedor Indutny 2022-02-11 17:04:07 -08:00 committed by GitHub
parent 6281d52ec6
commit 1b352531ca
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));