forked from mystiq/hydrogen-web
fix refactor error
This commit is contained in:
parent
6a6762f036
commit
ddb6753f8d
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ export class SyncWriter {
|
|||
}
|
||||
const memberSync = this._memberWriter.prepareMemberSync(stateEvents, timelineEvents, hasFetchedMembers);
|
||||
if (stateEvents) {
|
||||
await this._writeStateEvents(roomResponse, txn, log);
|
||||
await this._writeStateEvents(stateEvents, txn, log);
|
||||
}
|
||||
const {currentKey, entries, updatedEntries} =
|
||||
await this._writeTimeline(timelineEvents, timeline, memberSync, this._lastLiveKey, txn, log);
|
||||
|
|
Loading…
Reference in a new issue