Update storage service when sharing profile key
This commit is contained in:
parent
ca540d3047
commit
4d21e1e22b
1 changed files with 4 additions and 0 deletions
|
@ -4031,6 +4031,10 @@ export class ConversationModel extends window.Backbone
|
||||||
timestamp: now,
|
timestamp: now,
|
||||||
isArchived: false,
|
isArchived: false,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
if (enableProfileSharing) {
|
||||||
|
this.captureChange('mandatoryProfileSharing');
|
||||||
|
}
|
||||||
} finally {
|
} finally {
|
||||||
this.isInReduxBatch = false;
|
this.isInReduxBatch = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue