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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!this.isGroupV1() && !this.isPrivate()) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
return !this.get('profileSharing');
|
return !this.get('profileSharing');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue