we need to read from members now during load, for the heroes

and were actually not reading from room state
This commit is contained in:
Bruno Windels 2020-08-21 18:14:07 +02:00
parent 70e89a3dd6
commit e4758d0651

View file

@ -36,7 +36,7 @@ export class Session {
const txn = await this._storage.readTxn([
this._storage.storeNames.session,
this._storage.storeNames.roomSummary,
this._storage.storeNames.roomState,
this._storage.storeNames.roomMembers,
this._storage.storeNames.timelineEvents,
this._storage.storeNames.timelineFragments,
this._storage.storeNames.pendingEvents,