mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-04 06:17:26 +01:00 
			
		
		
		
	fix: Well known lookup at login
This commit is contained in:
		
							parent
							
								
									6d5ecdc376
								
							
						
					
					
						commit
						3cc9922a39
					
				@ -155,6 +155,9 @@ class LoginController extends State<Login> {
 | 
			
		||||
          AppConfig.jitsiInstance = jitsi;
 | 
			
		||||
        }
 | 
			
		||||
        setState(() => usernameError = null);
 | 
			
		||||
      } else {
 | 
			
		||||
        setState(() =>
 | 
			
		||||
            Matrix.of(context).getLoginClient().homeserver = oldHomeserver);
 | 
			
		||||
      }
 | 
			
		||||
    } catch (e) {
 | 
			
		||||
      setState(() => usernameError = e.toString());
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user