mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-19 05:21:22 +02:00
Add forceUpdate for memberships !== join
This commit is contained in:
parent
30566beb43
commit
fc7da536d6
@ -683,6 +683,8 @@ module.exports = React.createClass({
|
||||
this.setState({
|
||||
waitingForRoom: false,
|
||||
});
|
||||
} else {
|
||||
this.forceUpdate();
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user