mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-17 18:32:20 +02:00
Disable pending events for thread list when server supports threads (#8003)
This commit is contained in:
parent
5c535d1885
commit
7faf56b7e7
@ -70,7 +70,10 @@ export async function getThreadTimelineSet(
|
||||
filter.filterId = filterId;
|
||||
const timelineSet = room.getOrCreateFilteredTimelineSet(
|
||||
filter,
|
||||
{ prepopulateTimeline: false },
|
||||
{
|
||||
prepopulateTimeline: false,
|
||||
pendingEvents: false,
|
||||
},
|
||||
);
|
||||
|
||||
timelineSet.resetLiveTimeline();
|
||||
|
Loading…
x
Reference in New Issue
Block a user