AxolotlStore stores groups in indexeddb
This commit is contained in:
parent
359b4a15a2
commit
d0e262d7cb
3 changed files with 26 additions and 4 deletions
|
@ -34,6 +34,8 @@
|
|||
conversations.createIndex("group", "members", { unique: false, multiEntry: true });
|
||||
conversations.createIndex("type", "type", { unique: false });
|
||||
|
||||
var groups = transaction.db.createObjectStore('groups');
|
||||
|
||||
var sessions = transaction.db.createObjectStore('sessions');
|
||||
var identityKeys = transaction.db.createObjectStore('identityKeys');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue