Skip to content

Commit 872033a

Browse files
author
Germain
authored
1 parent d457fd6 commit 872033a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/client.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5447,9 +5447,7 @@ export class MatrixClient extends TypedEventEmitter<EmittedEvents, ClientEventHa
54475447
}
54485448

54495449
const timelineSet = eventTimeline.getTimelineSet();
5450-
const [timelineEvents, threadedEvents] = this.partitionThreadedEvents(timelineSet.room, matrixEvents);
5451-
timelineSet.addEventsToTimeline(timelineEvents, backwards, eventTimeline, token);
5452-
await this.processThreadEvents(timelineSet.room, threadedEvents, backwards);
5450+
timelineSet.addEventsToTimeline(matrixEvents, backwards, eventTimeline, token);
54535451

54545452
// if we've hit the end of the timeline, we need to stop trying to
54555453
// paginate. We need to keep the 'forwards' token though, to make sure

0 commit comments

Comments
 (0)