1
0
mirror of https://github.com/element-hq/element-web.git synced 2025-11-29 21:23:11 +03:00

Pass room to ThreadView over roomId

This commit is contained in:
Germain Souquet
2021-08-23 17:31:23 +01:00
parent ef51a46d24
commit 34da07f1f9
4 changed files with 16 additions and 8 deletions

View File

@@ -315,7 +315,7 @@ export default class RightPanel extends React.Component<IProps, IState> {
case RightPanelPhases.ThreadView:
panel = <ThreadView
roomId={roomId}
room={this.props.room}
resizeNotifier={this.props.resizeNotifier}
onClose={this.onClose}
mxEvent={this.state.event}