forked from mystiq/hydrogen-web
forgot await
This commit is contained in:
parent
5a8aac57ac
commit
650df6fea8
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ export class SyncWriter {
|
|||
}
|
||||
// important this happens before _writeTimeline so
|
||||
// members are available in the transaction
|
||||
const memberChanges = this._writeStateEvents(roomResponse, trackNewlyJoined, txn);
|
||||
const memberChanges = await this._writeStateEvents(roomResponse, trackNewlyJoined, txn);
|
||||
const timelineResult = await this._writeTimeline(entries, timeline, currentKey, trackNewlyJoined, txn);
|
||||
currentKey = timelineResult.currentKey;
|
||||
// merge member changes from state and timeline, giving precedence to the latter
|
||||
|
|
Loading…
Reference in a new issue