Improve thread partitioning for 2nd degree relations (#7748)
This commit is contained in:
@@ -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(),
|
||||
}}>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user