s/roomAlias/roomAddress/ to reduce confusion
This commit is contained in:
parent
93a142480c
commit
ec5ca1ca28
2 changed files with 8 additions and 8 deletions
|
@ -1055,7 +1055,7 @@ module.exports = React.createClass({
|
|||
page_element = (
|
||||
<RoomView
|
||||
ref="roomView"
|
||||
roomAlias={this.state.currentRoom || this.state.currentRoomAlias}
|
||||
roomAddress={this.state.currentRoom || this.state.currentRoomAlias}
|
||||
eventId={this.state.initialEventId}
|
||||
thirdPartyInvite={this.state.thirdPartyInvite}
|
||||
oobData={this.state.roomOobData}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue