Move Session Storage to indexedDB
This commit is contained in:
parent
20ebc3f890
commit
7eda48f755
3 changed files with 37 additions and 26 deletions
|
@ -20,6 +20,7 @@ describe("AxolotlStore", function() {
|
|||
before(function() { localStorage.clear(); });
|
||||
var store = textsecure.storage.axolotl;
|
||||
var identifier = '+5558675309';
|
||||
var another_identifier = '+5555590210';
|
||||
var identityKey = {
|
||||
pubKey: textsecure.crypto.getRandomBytes(33),
|
||||
privKey: textsecure.crypto.getRandomBytes(32),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue