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:
parent
70e89a3dd6
commit
e4758d0651
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Reference in a new issue