Merge branch 'master' into vector
This commit is contained in:
commit
139b92fcd6
11 changed files with 553 additions and 12 deletions
|
@ -36,7 +36,7 @@ var tileTypes = {
|
|||
module.exports = {
|
||||
getInitialState: function() {
|
||||
return {
|
||||
room: MatrixClientPeg.get().getRoom(this.props.roomId),
|
||||
room: this.props.roomId ? MatrixClientPeg.get().getRoom(this.props.roomId) : null,
|
||||
messageCap: INITIAL_SIZE
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue