diff --git a/ts/models/conversations.ts b/ts/models/conversations.ts index 2d49a76d1..9a403dbde 100644 --- a/ts/models/conversations.ts +++ b/ts/models/conversations.ts @@ -4031,6 +4031,10 @@ export class ConversationModel extends window.Backbone timestamp: now, isArchived: false, }); + + if (enableProfileSharing) { + this.captureChange('mandatoryProfileSharing'); + } } finally { this.isInReduxBatch = false; }