mirror of https://github.com/vector-im/riot-web
Supply oobData instead of erroring
parent
e5c3e5988b
commit
5f242f0285
|
@ -1526,6 +1526,7 @@ module.exports = React.createClass({
|
|||
error={this.state.roomLoadError}
|
||||
loading={loading}
|
||||
joining={this.state.joining}
|
||||
oobData={this.props.oobData}
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue