mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Fixes for Chrome app import in this new SQLCipher world
This commit is contained in:
@@ -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(),
|
||||
]);
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user