forked from mystiq/hydrogen-web
this is outdated (and not really needed)
This commit is contained in:
parent
8555fd5f18
commit
504371eaf3
1 changed files with 1 additions and 6 deletions
|
@ -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 a new issue