Required profile sharing: Only activate for 1:1 and gv1 groups
This commit is contained in:
parent
9438b7b3fe
commit
bb412d61c2
1 changed files with 4 additions and 0 deletions
|
@ -2260,6 +2260,10 @@ export class ConversationModel extends window.Backbone.Model<
|
|||
return false;
|
||||
}
|
||||
|
||||
if (!this.isGroupV1() && !this.isPrivate()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
return !this.get('profileSharing');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue