mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Introduce new remote flag for storage service write behavior
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user