mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
correct store name
This commit is contained in:
parent
f31efe3e87
commit
7bfcfc9eed
@ -108,7 +108,7 @@ export class Transaction {
|
||||
}
|
||||
|
||||
get groupSessionDecryptions() {
|
||||
return this._store("groupSessionDecryptions", idbStore => new OutboundGroupSessionStore(idbStore));
|
||||
return this._store("groupSessionDecryptions", idbStore => new GroupSessionDecryptionStore(idbStore));
|
||||
}
|
||||
|
||||
complete() {
|
||||
|
Loading…
Reference in New Issue
Block a user