mirror of https://github.com/vector-im/riot-web
Merge pull request #3141 from matrix-org/travis/fix-guest-experience
Supply oobData to RoomPreviewBarpull/21833/head
commit
838ef7fa40
|
@ -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