Merge pull request #3141 from matrix-org/travis/fix-guest-experience

Supply oobData to RoomPreviewBar
pull/21833/head
Travis Ralston 2019-06-26 07:14:00 -06:00 committed by GitHub
commit 838ef7fa40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1526,6 +1526,7 @@ module.exports = React.createClass({
error={this.state.roomLoadError}
loading={loading}
joining={this.state.joining}
oobData={this.props.oobData}
/>
</div>
);