Update storage service when sharing profile key

This commit is contained in:
Fedor Indutny 2022-02-09 10:29:33 -08:00 committed by GitHub
parent ca540d3047
commit 4d21e1e22b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -4031,6 +4031,10 @@ export class ConversationModel extends window.Backbone
timestamp: now,
isArchived: false,
});
if (enableProfileSharing) {
this.captureChange('mandatoryProfileSharing');
}
} finally {
this.isInReduxBatch = false;
}