same for right panel

pull/21833/head
Bruno Windels 2018-09-07 14:16:26 +02:00
parent 9cc9fbf924
commit 101dad83aa
1 changed files with 3 additions and 0 deletions

View File

@ -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();