mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +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) {
|
||||
this._txn = txn;
|
||||
this._allowedStoreNames = allowedStoreNames;
|
||||
this._stores = {
|
||||
session: null,
|
||||
roomSummary: null,
|
||||
roomTimeline: null,
|
||||
roomState: null,
|
||||
};
|
||||
this._stores = {};
|
||||
}
|
||||
|
||||
_idbStore(name) {
|
||||
|
Loading…
Reference in New Issue
Block a user