mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
this is outdated (and not really needed)
This commit is contained in:
parent
8555fd5f18
commit
504371eaf3
@ -36,12 +36,7 @@ export class Transaction {
|
|||||||
constructor(txn, allowedStoreNames) {
|
constructor(txn, allowedStoreNames) {
|
||||||
this._txn = txn;
|
this._txn = txn;
|
||||||
this._allowedStoreNames = allowedStoreNames;
|
this._allowedStoreNames = allowedStoreNames;
|
||||||
this._stores = {
|
this._stores = {};
|
||||||
session: null,
|
|
||||||
roomSummary: null,
|
|
||||||
roomTimeline: null,
|
|
||||||
roomState: null,
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
||||||
_idbStore(name) {
|
_idbStore(name) {
|
||||||
|
Loading…
Reference in New Issue
Block a user