Move timeline set creation logic to the JS SDK (#8070)
This commit is contained in:
parent
da097d42ef
commit
12d26555af
3 changed files with 22 additions and 204 deletions
|
@ -279,6 +279,8 @@ export default class RightPanel extends React.Component<IProps, IState> {
|
|||
resizeNotifier={this.props.resizeNotifier}
|
||||
onClose={this.onClose}
|
||||
permalinkCreator={this.props.permalinkCreator}
|
||||
allThreadsTimelineSet={this.props.room.threadsTimelineSets[0]}
|
||||
myThreadsTimelineSet={this.props.room.threadsTimelineSets[1]}
|
||||
/>;
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue