Registration works with recaptcha
This commit is contained in:
parent
a7e4a2847e
commit
aacc31b2ce
3 changed files with 112 additions and 32 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