re-add missing case of codepath

pull/21833/head
Michael Telatynski 2019-11-18 19:00:22 +00:00
parent ef1c575bff
commit f9d1fed74a
1 changed files with 1 additions and 0 deletions

View File

@ -1076,6 +1076,7 @@ const TimelinePanel = createReactClass({
if (timeline) { if (timeline) {
// This is a hot-path optimization by skipping a promise tick // This is a hot-path optimization by skipping a promise tick
// by repeating a no-op sync branch in TimelineSet.getTimelineForEvent & MatrixClient.getEventTimeline // by repeating a no-op sync branch in TimelineSet.getTimelineForEvent & MatrixClient.getEventTimeline
this._timelineWindow.load(eventId, INITIAL_SIZE); // in this branch this method will happen in sync time
onLoaded(); onLoaded();
} else { } else {
const prom = this._timelineWindow.load(eventId, INITIAL_SIZE); const prom = this._timelineWindow.load(eventId, INITIAL_SIZE);