mirror of https://github.com/vector-im/riot-web
Fix MatrixChat syntax fail
parent
11a38fce48
commit
aaefdf19c5
|
@ -506,8 +506,8 @@ module.exports = React.createClass({
|
||||||
page_type: this.PageTypes.RoomView,
|
page_type: this.PageTypes.RoomView,
|
||||||
thirdPartyInvite: thirdPartyInvite,
|
thirdPartyInvite: thirdPartyInvite,
|
||||||
roomOobData: oob_data,
|
roomOobData: oob_data,
|
||||||
newState.currentRoomAlias: roomAlias,
|
currentRoomAlias: roomAlias,
|
||||||
newState.currentRoomId: roomId,
|
currentRoomId: roomId,
|
||||||
};
|
};
|
||||||
|
|
||||||
// if we aren't given an explicit event id, look for one in the
|
// if we aren't given an explicit event id, look for one in the
|
||||||
|
@ -1012,8 +1012,7 @@ module.exports = React.createClass({
|
||||||
page_element = (
|
page_element = (
|
||||||
<RoomView
|
<RoomView
|
||||||
ref="roomView"
|
ref="roomView"
|
||||||
roomId={this.state.currentRoomId}
|
roomAddress={this.state.currentRoomAlias || this.state.currentRoomId}
|
||||||
roomAlias={this.state.currentRoomAlias}
|
|
||||||
eventId={this.state.initialEventId}
|
eventId={this.state.initialEventId}
|
||||||
thirdPartyInvite={this.state.thirdPartyInvite}
|
thirdPartyInvite={this.state.thirdPartyInvite}
|
||||||
oobData={this.state.roomOobData}
|
oobData={this.state.roomOobData}
|
||||||
|
|
Loading…
Reference in New Issue