Move all remaining stores to SQLCipher

This commit is contained in:
Scott Nonnenberg 2018-10-17 18:01:21 -07:00
commit 1755e0adfd
25 changed files with 2464 additions and 2047 deletions

View file

@ -38,10 +38,7 @@
return storage.put(IMPORT_LOCATION, location);
},
reset() {
return Promise.all([
Whisper.Database.clear(),
window.Signal.Data.removeAll(),
]);
return window.Signal.Data.removeAll();
},
};