Registration works with recaptcha
This commit is contained in:
parent
a7e4a2847e
commit
aacc31b2ce
3 changed files with 112 additions and 32 deletions
|
@ -38,6 +38,12 @@ module.exports = React.createClass({
|
|||
mixins: [RoomViewController],
|
||||
|
||||
render: function() {
|
||||
if (!this.state.room) {
|
||||
return (
|
||||
<div />
|
||||
);
|
||||
}
|
||||
|
||||
var myUserId = MatrixClientPeg.get().credentials.userId;
|
||||
if (this.state.room.currentState.members[myUserId].membership == 'invite') {
|
||||
if (this.state.joining) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue