mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
Use identity server from well-known when creating the client
This commit is contained in:
@@ -22,7 +22,6 @@ class SessionCreator {
|
||||
func createSession(credentials: MXCredentials, client: AuthenticationRestClient) -> MXSession {
|
||||
// Report the new account in account manager
|
||||
if credentials.identityServer == nil {
|
||||
#warning("Check that the client is actually updated with this info?")
|
||||
credentials.identityServer = client.identityServer
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user