forked from mystiq/hydrogen-web
correct store name
This commit is contained in:
parent
f31efe3e87
commit
7bfcfc9eed
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ export class Transaction {
|
||||||
}
|
}
|
||||||
|
|
||||||
get groupSessionDecryptions() {
|
get groupSessionDecryptions() {
|
||||||
return this._store("groupSessionDecryptions", idbStore => new OutboundGroupSessionStore(idbStore));
|
return this._store("groupSessionDecryptions", idbStore => new GroupSessionDecryptionStore(idbStore));
|
||||||
}
|
}
|
||||||
|
|
||||||
complete() {
|
complete() {
|
||||||
|
|
Loading…
Reference in a new issue