MESSENGER-4478 refresh wellknown on app start

This commit is contained in:
Frank Rotermund
2024-01-29 15:21:41 +01:00
parent 80170b0c4f
commit 53617a2d19
3 changed files with 19 additions and 19 deletions

View File

@@ -236,6 +236,7 @@ class AuthenticationService: NSObject {
var identityServerURL: URL?
// FRROT wellknown call for identity server after server selection
if let wellKnown = try? await wellKnown(for: homeserverURL) {
self.wellknown = wellKnown