Fixes for Chrome app import in this new SQLCipher world
This commit is contained in:
parent
baf419b7b6
commit
3961778e53
2 changed files with 7 additions and 4 deletions
|
@ -38,7 +38,10 @@
|
|||
return storage.put(IMPORT_LOCATION, location);
|
||||
},
|
||||
reset() {
|
||||
return Whisper.Database.clear();
|
||||
return Promise.all([
|
||||
Whisper.Database.clear(),
|
||||
Window.Signal.Data.removeAll(),
|
||||
]);
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue