MESSENGER-4478 refresh wellknown on app start

This commit is contained in:
Frank Rotermund
2024-01-29 15:21:41 +01:00
parent ecdd200c9f
commit 3bd9993f11
3 changed files with 19 additions and 19 deletions
@@ -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