mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-11 13:59:13 +00:00
Add a missing scheme when getting the Element .well-known file. (#2995)
This commit is contained in:
parent
2dfc7b9333
commit
457bd3160a
@ -616,7 +616,7 @@ class ClientProxy: ClientProxyProtocol {
|
||||
|
||||
func getElementWellKnown() async -> Result<ElementWellKnown?, ClientProxyError> {
|
||||
guard let userIDServerName,
|
||||
var url = URL(string: userIDServerName) else {
|
||||
var url = URL(string: "https://\(userIDServerName)") else {
|
||||
return .failure(.invalidUserIDServerName)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user