Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Weblate 2018-09-05 07:15:32 +00:00
commit 4de7c466d0

View file

@ -723,6 +723,11 @@ export default React.createClass({
},
_onJoinClick: async function() {
if (this._matrixClient.isGuest()) {
dis.dispatch({action: 'view_set_mxid'});
return;
}
this.setState({membershipBusy: true});
// Wait 500ms to prevent flashing. Do this before sending a request otherwise we risk the