Add homeserver URL field to login screen
This commit is contained in:
@@ -49,7 +49,7 @@ class Backend:
|
||||
user: str,
|
||||
password: str,
|
||||
device_id: Optional[str] = None,
|
||||
homeserver: str = "https://matrix.org",
|
||||
homeserver: str = "https://matrix.org",
|
||||
) -> Tuple[bool, str]:
|
||||
|
||||
client = MatrixClient(
|
||||
|
Reference in New Issue
Block a user