mirror of https://github.com/vector-im/riot-web
Add forceUpdate for memberships !== join
parent
30566beb43
commit
fc7da536d6
|
@ -683,6 +683,8 @@ module.exports = React.createClass({
|
|||
this.setState({
|
||||
waitingForRoom: false,
|
||||
});
|
||||
} else {
|
||||
this.forceUpdate();
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue