Merge pull request #6972 from matrix-org/t3chguy/fix/19359
						commit
						6ea32279a3
					
				|  | @ -275,8 +275,11 @@ const SpacePreview = ({ space, onJoinButtonClicked, onRejectButtonClicked }: ISp | |||
|             <AccessibleButton | ||||
|                 kind="primary" | ||||
|                 onClick={() => { | ||||
|                     setBusy(true); | ||||
|                     onJoinButtonClicked(); | ||||
|                     if (!cli.isGuest()) { | ||||
|                         // user will be shown a modal that won't fire a room join error
 | ||||
|                         setBusy(true); | ||||
|                     } | ||||
|                 }} | ||||
|                 disabled={!spacesEnabled || cannotJoin} | ||||
|             > | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Michael Telatynski
						Michael Telatynski