Move local identitykey and registrationid to indexeddb
This commit is contained in:
parent
fe1d78b5fa
commit
d230df5622
6 changed files with 410 additions and 391 deletions
|
@ -42,6 +42,7 @@
|
|||
var preKeys = transaction.db.createObjectStore("preKeys");
|
||||
var signedPreKeys = transaction.db.createObjectStore("signedPreKeys");
|
||||
|
||||
var items = transaction.db.createObjectStore("items");
|
||||
next();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue