Move all remaining stores to SQLCipher
This commit is contained in:
@@ -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();
|
||||
},
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user