MESSENGER-5892 refactoring

This commit is contained in:
JanNiklas Grabowski
2024-04-02 14:19:09 +02:00
parent 6de4679041
commit 2d05d9c0d5
4 changed files with 22 additions and 11 deletions

View File

@@ -239,6 +239,7 @@ class AuthenticationService: NSObject {
// FRROT wellknown call for identity server after server selection
if let wellKnown = try? await wellKnown(for: homeserverURL) {
self.wellknown = wellKnown
wellknown?.updateFederationStatus()
if let baseURL = URL(string: wellKnown.homeServer.baseUrl) {
homeserverURL = baseURL