diff --git a/src/components/structures/ThreadPanel.tsx b/src/components/structures/ThreadPanel.tsx index c843e20cb5..0f695a38f1 100644 --- a/src/components/structures/ThreadPanel.tsx +++ b/src/components/structures/ThreadPanel.tsx @@ -70,7 +70,10 @@ export async function getThreadTimelineSet( filter.filterId = filterId; const timelineSet = room.getOrCreateFilteredTimelineSet( filter, - { prepopulateTimeline: false }, + { + prepopulateTimeline: false, + pendingEvents: false, + }, ); timelineSet.resetLiveTimeline();