mirror of https://github.com/vector-im/riot-web
same for right panel
parent
9cc9fbf924
commit
101dad83aa
|
@ -186,6 +186,9 @@ module.exports = React.createClass({
|
||||||
},
|
},
|
||||||
|
|
||||||
onRoomStateMember: function(ev, state, member) {
|
onRoomStateMember: function(ev, state, member) {
|
||||||
|
if (member.roomId !== this.props.roomId) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
// redraw the badge on the membership list
|
// redraw the badge on the membership list
|
||||||
if (this.state.phase === this.Phase.RoomMemberList && member.roomId === this.props.roomId) {
|
if (this.state.phase === this.Phase.RoomMemberList && member.roomId === this.props.roomId) {
|
||||||
this._delayedUpdate();
|
this._delayedUpdate();
|
||||||
|
|
Loading…
Reference in New Issue