Move local identitykey and registrationid to indexeddb
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
var preKeys = transaction.db.createObjectStore("preKeys");
|
||||
var signedPreKeys = transaction.db.createObjectStore("signedPreKeys");
|
||||
|
||||
var items = transaction.db.createObjectStore("items");
|
||||
next();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user