mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 18:38:15 +01:00
AxolotlStore stores groups in indexeddb
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user