Lazy load thread list timeline set (#8120)
This commit is contained in:
parent
ebbda285ca
commit
f416a970ca
2 changed files with 21 additions and 18 deletions
|
@ -279,8 +279,6 @@ 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