Our conversation doesn't require profile sharing
This commit is contained in:
parent
6281d52ec6
commit
1b352531ca
1 changed files with 1 additions and 0 deletions
|
@ -951,6 +951,7 @@ export function isMissingRequiredProfileSharing(
|
|||
conversation: ConversationType
|
||||
): boolean {
|
||||
const doesConversationRequireIt =
|
||||
!conversation.isMe &&
|
||||
!conversation.left &&
|
||||
(isGroupV1(conversation) || isDirectConversation(conversation));
|
||||
|
||||
|
|
Loading…
Reference in a new issue