You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-06-26 04:01:04 +03:00
s/roomAlias/roomAddress/ to reduce confusion
This commit is contained in:
@ -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}
|
||||
|
Reference in New Issue
Block a user