1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-12-05 15:22:09 +03:00

Improve thread partitioning for 2nd degree relations (#7748)

This commit is contained in:
Germain
2022-02-10 15:18:55 +00:00
committed by GitHub
parent 87ca70edb1
commit 15a9303d29
6 changed files with 56 additions and 17 deletions

View File

@@ -264,6 +264,7 @@ export default class ThreadView extends React.Component<IProps, IState> {
<RoomContext.Provider value={{
...this.context,
timelineRenderingType: TimelineRenderingType.Thread,
threadId: this.state.thread?.id,
liveTimeline: this.state?.thread?.timelineSet?.getLiveTimeline(),
}}>