You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-06-27 15:01:53 +03:00
Merge pull request #479 from matrix-org/dbkr/directory_network_selector
Pass through config for Room Directory
This commit is contained in:
@ -1072,6 +1072,7 @@ module.exports = React.createClass({
|
|||||||
case this.PageTypes.RoomDirectory:
|
case this.PageTypes.RoomDirectory:
|
||||||
page_element = <RoomDirectory
|
page_element = <RoomDirectory
|
||||||
collapsedRhs={ this.state.collapse_rhs }
|
collapsedRhs={ this.state.collapse_rhs }
|
||||||
|
config={this.props.config.roomDirectory}
|
||||||
/>
|
/>
|
||||||
if (!this.state.collapse_rhs) right_panel = <RightPanel opacity={this.state.sideOpacity}/>
|
if (!this.state.collapse_rhs) right_panel = <RightPanel opacity={this.state.sideOpacity}/>
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user