mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-14 08:51:37 +02:00
Pass RTS URL through
This commit is contained in:
parent
7ece1ef8e7
commit
2aaf77974d
@ -196,6 +196,7 @@ export default React.createClass({
|
||||
case PageTypes.HomePage:
|
||||
page_element = <HomePage
|
||||
collapsedRhs={this.props.collapse_rhs}
|
||||
teamServerUrl={this.props.config.teamServerConfig.teamServerUrl}
|
||||
teamToken={window.localStorage.getItem("mx_team_token")}
|
||||
/>
|
||||
if (!this.props.collapse_rhs) right_panel = <RightPanel opacity={this.props.sideOpacity}/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user