mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-18 12:31:34 +01:00
Fix issue when sign-in using matrixId
This commit is contained in:
parent
14ac5a292c
commit
ea6b0b6a43
@ -597,7 +597,8 @@ class LoginViewModel @AssistedInject constructor(
|
||||
identityServerUri = wellKnownPrompt.identityServerUrl?.let { Uri.parse(it) }
|
||||
)
|
||||
?: HomeServerConnectionConfig(
|
||||
homeServerUri = Uri.parse(wellKnownPrompt.homeServerUrl),
|
||||
homeServerUri = Uri.parse("https://${action.username.substringAfter(":")}"),
|
||||
homeServerUriBase = Uri.parse(wellKnownPrompt.homeServerUrl),
|
||||
identityServerUri = wellKnownPrompt.identityServerUrl?.let { Uri.parse(it) }
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user