You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-10-31 01:45:39 +03:00
Disable pending events for thread list when server supports threads (#8003)
This commit is contained in:
@@ -70,7 +70,10 @@ export async function getThreadTimelineSet(
|
||||
filter.filterId = filterId;
|
||||
const timelineSet = room.getOrCreateFilteredTimelineSet(
|
||||
filter,
|
||||
{ prepopulateTimeline: false },
|
||||
{
|
||||
prepopulateTimeline: false,
|
||||
pendingEvents: false,
|
||||
},
|
||||
);
|
||||
|
||||
timelineSet.resetLiveTimeline();
|
||||
|
||||
Reference in New Issue
Block a user