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:
parent
748f32022a
commit
359b4a15a2
4 changed files with 114 additions and 72 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue