mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Supply oobData instead of erroring
This commit is contained in:
parent
e5c3e5988b
commit
5f242f0285
1 changed files with 1 additions and 0 deletions
|
@ -1526,6 +1526,7 @@ module.exports = React.createClass({
|
||||||
error={this.state.roomLoadError}
|
error={this.state.roomLoadError}
|
||||||
loading={loading}
|
loading={loading}
|
||||||
joining={this.state.joining}
|
joining={this.state.joining}
|
||||||
|
oobData={this.props.oobData}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue