mirror of
https://github.com/vector-im/element-web.git
synced 2025-12-16 14:51:56 +01:00
same for right panel
This commit is contained in:
parent
9cc9fbf924
commit
101dad83aa
@ -186,6 +186,9 @@ module.exports = React.createClass({
|
||||
},
|
||||
|
||||
onRoomStateMember: function(ev, state, member) {
|
||||
if (member.roomId !== this.props.roomId) {
|
||||
return;
|
||||
}
|
||||
// redraw the badge on the membership list
|
||||
if (this.state.phase === this.Phase.RoomMemberList && member.roomId === this.props.roomId) {
|
||||
this._delayedUpdate();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user