Merge branch 'master' into vector
This commit is contained in:
commit
139b92fcd6
11 changed files with 553 additions and 12 deletions
|
@ -37,6 +37,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