Move group storage to axolotl store
Add async get/put/removeGroup to axolotl store and let libtextsecure use it for group state storage.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
describe("Key generation", function() {
|
||||
var count = 10;
|
||||
this.timeout(count*1000);
|
||||
this.timeout(count*2000);
|
||||
|
||||
function validateStoredKeyPair(keyPair) {
|
||||
/* Ensure the keypair matches the format used internally by libaxolotl */
|
||||
|
Reference in New Issue
Block a user