Introduce new remote flag for storage service write behavior
This commit is contained in:
parent
b2634d1cb9
commit
4c98b4a96f
3 changed files with 24 additions and 0 deletions
|
@ -3084,6 +3084,14 @@
|
|||
// [X] whitelisted
|
||||
// [X] archived
|
||||
captureChange() {
|
||||
if (!window.Signal.RemoteConfig.isEnabled('desktop.storageWrite')) {
|
||||
window.log.info(
|
||||
'conversation.captureChange: Returning early; desktop.storageWrite is falsey'
|
||||
);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
this.set({ needsStorageServiceSync: true });
|
||||
|
||||
this.queueJob(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue