mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
correct store name
This commit is contained in:
parent
f31efe3e87
commit
7bfcfc9eed
@ -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 New Issue
Block a user