mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-19 13:31:24 +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({
|
this.setState({
|
||||||
waitingForRoom: false,
|
waitingForRoom: false,
|
||||||
});
|
});
|
||||||
|
} else {
|
||||||
|
this.forceUpdate();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user