this is outdated (and not really needed)

This commit is contained in:
Bruno Windels 2020-09-14 15:44:34 +02:00
parent 8555fd5f18
commit 504371eaf3

View file

@ -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) {