diff --git a/src/components/structures/RoomView.js b/src/components/structures/RoomView.js index 65dd9534d7..389d7be9fb 100644 --- a/src/components/structures/RoomView.js +++ b/src/components/structures/RoomView.js @@ -1107,6 +1107,7 @@ module.exports = React.createClass({ canJoin={ true } canPreview={ false } spinner={this.state.joining} inviterName={inviterName} + room={this.state.room} />
@@ -1147,6 +1148,7 @@ module.exports = React.createClass({ inviterName={ inviterName } canJoin={ true } canPreview={ false } spinner={this.state.joining} + room={this.state.room} /> @@ -1219,6 +1221,7 @@ module.exports = React.createClass({ onRejectClick={ this.onRejectThreepidInviteButtonClicked } spinner={this.state.joining} inviterName={inviterName} + room={this.state.room} /> ); } @@ -1226,6 +1229,7 @@ module.exports = React.createClass({ aux = (