Implement deep-linking for threads (matrix.to) (#7003)

This commit is contained in:
Germain
2021-10-22 09:30:36 +01:00
committed by GitHub
parent bc32f05fcb
commit e20ac7bf1e
8 changed files with 122 additions and 12 deletions

View File

@@ -67,6 +67,7 @@ const useFilteredThreadsTimelinePanel = ({
const timelineSet = useMemo(() => new EventTimelineSet(null, {
timelineSupport: true,
unstableClientRelationAggregation: true,
pendingEvents: false,
}), []);
useEffect(() => {