Merge pull request #479 from matrix-org/dbkr/directory_network_selector

Pass through config for Room Directory
pull/21833/head
David Baker 2016-09-16 17:08:44 +01:00 committed by GitHub
commit 1341ffca59
1 changed files with 1 additions and 0 deletions

View File

@ -1072,6 +1072,7 @@ module.exports = React.createClass({
case this.PageTypes.RoomDirectory:
page_element = <RoomDirectory
collapsedRhs={ this.state.collapse_rhs }
config={this.props.config.roomDirectory}
/>
if (!this.state.collapse_rhs) right_panel = <RightPanel opacity={this.state.sideOpacity}/>
break;