Pass room and user id to apps draw

This commit is contained in:
Richard Lewis 2017-06-05 18:21:31 +01:00
parent c6991fd33c
commit dc4f321707
4 changed files with 37 additions and 5 deletions

View file

@ -74,8 +74,7 @@ export default React.createClass({
</span>
</div>
<div className="mx_AppTileBody">
{/* <iframe sandbox="sandbox" seamless="seamless" src={this.props.url}></iframe> */}
<iframe ref="appFrame" seamless="seamless" src={this.props.url}></iframe>
<iframe ref="appFrame" src={this.props.url}></iframe>
</div>
</div>
);