1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-06-26 04:01:04 +03:00

Add forceUpdate for memberships !== join

This commit is contained in:
Luke Barnard
2017-06-15 13:32:56 +01:00
parent 30566beb43
commit fc7da536d6

View File

@ -683,6 +683,8 @@ module.exports = React.createClass({
this.setState({ this.setState({
waitingForRoom: false, waitingForRoom: false,
}); });
} else {
this.forceUpdate();
} }
} }
}, },