Merge pull request #2059 from matrix-org/t3chguy/join_community_fire_ilag_flow
guests trying to join communities should fire the ILAG flow.pull/21833/head
						commit
						e5b761b754
					
				|  | @ -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
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 David Baker
						David Baker