Yay, message sending.
This commit is contained in:
parent
b2843b09bc
commit
88e9ab02f9
3 changed files with 19 additions and 9 deletions
|
@ -73,7 +73,7 @@ module.exports = React.createClass({
|
|||
<MatrixToolbar />
|
||||
<RoomList selectedRoom={this.state.currentRoom} />
|
||||
</div>
|
||||
<RoomView room_id={this.state.currentRoom} />
|
||||
<RoomView roomId={this.state.currentRoom} />
|
||||
</div>
|
||||
);
|
||||
} else if (this.state.logged_in) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue