You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-21 07:42:09 +03:00
Pass RTS URL through
This commit is contained in:
@ -196,6 +196,7 @@ export default React.createClass({
|
|||||||
case PageTypes.HomePage:
|
case PageTypes.HomePage:
|
||||||
page_element = <HomePage
|
page_element = <HomePage
|
||||||
collapsedRhs={this.props.collapse_rhs}
|
collapsedRhs={this.props.collapse_rhs}
|
||||||
|
teamServerUrl={this.props.config.teamServerConfig.teamServerUrl}
|
||||||
teamToken={window.localStorage.getItem("mx_team_token")}
|
teamToken={window.localStorage.getItem("mx_team_token")}
|
||||||
/>
|
/>
|
||||||
if (!this.props.collapse_rhs) right_panel = <RightPanel opacity={this.props.sideOpacity}/>
|
if (!this.props.collapse_rhs) right_panel = <RightPanel opacity={this.props.sideOpacity}/>
|
||||||
|
Reference in New Issue
Block a user