mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-06 04:36:21 +02: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
@ -672,6 +672,7 @@ module.exports = React.createClass({
|
||||
}
|
||||
|
||||
this._updateRoomMembers();
|
||||
this._checkIfAlone(this.state.room);
|
||||
},
|
||||
|
||||
onRoomMemberMembership: function(ev, member, oldMembership) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user