mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 23:18:27 +02:00
feat: add migration dialog 1 (MESSENGER-7553)
This commit is contained in:
@@ -250,7 +250,11 @@ class AuthenticationService: NSObject {
|
||||
if let wellKnown = try? await wellKnown(for: homeserverURL) {
|
||||
self.wellknown = wellKnown
|
||||
wellknown?.updateFederationStatus()
|
||||
|
||||
// BWI #7564 add migration level
|
||||
if let migrationLevel = wellknown?.migrationInfoLevel() {
|
||||
BWIBuildSettings.shared.BuMXMigrationInfoLevel = migrationLevel
|
||||
}
|
||||
// BWI #7564 END
|
||||
if let baseURL = URL(string: wellKnown.homeServer.baseUrl) {
|
||||
homeserverURL = baseURL
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user