Merge pull request #1947 from matrix-org/t3chguy/invite_checkIfAlone

re-run checkIfAlone if a member change occurred in the active room
pull/21833/head
David Baker 2018-06-08 17:36:42 +01:00 committed by GitHub
commit 50e08c7560
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -675,6 +675,7 @@ module.exports = React.createClass({
}
this._updateRoomMembers();
this._checkIfAlone(this.state.room);
},
onRoomMemberMembership: function(ev, member, oldMembership) {