mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Update storage service when sharing profile key
This commit is contained in:
@@ -4031,6 +4031,10 @@ export class ConversationModel extends window.Backbone
|
||||
timestamp: now,
|
||||
isArchived: false,
|
||||
});
|
||||
|
||||
if (enableProfileSharing) {
|
||||
this.captureChange('mandatoryProfileSharing');
|
||||
}
|
||||
} finally {
|
||||
this.isInReduxBatch = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user