mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-27 13:40:47 +00:00
Storage Service: Update local manifest version when it changes
This commit is contained in:
committed by
Scott Nonnenberg
parent
8502d23576
commit
126b828f46
@@ -422,7 +422,6 @@ export async function runStorageServiceSyncJob() {
|
||||
const shouldUpdateVersion = await processManifest(manifest);
|
||||
|
||||
if (shouldUpdateVersion) {
|
||||
return;
|
||||
window.storage.put('manifestVersion', version);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user