Update storage service when sharing profile key

Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
automated-signal 2022-02-09 10:44:18 -08:00 committed by GitHub
parent c9fa9cacf5
commit bbeb145e5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

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