mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 12:28:50 +03:00
re-run checkIfAlone if a member change occurred in the active room
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
bbdc27019a
commit
0b9b03c9ee
1 changed files with 1 additions and 0 deletions
|
@ -672,6 +672,7 @@ module.exports = React.createClass({
|
|||
}
|
||||
|
||||
this._updateRoomMembers();
|
||||
this._checkIfAlone(this.state.room);
|
||||
},
|
||||
|
||||
onRoomMemberMembership: function(ev, member, oldMembership) {
|
||||
|
|
Loading…
Reference in a new issue