mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 06:58:28 +02:00
MESSENGER-5706 fix crash missing wellknown
This commit is contained in:
@@ -767,7 +767,6 @@ class AllChatsCoordinator: NSObject, SplitViewMasterCoordinatorProtocol {
|
||||
checkMaintenanceStatus()
|
||||
enableMaintenanceTimer(true)
|
||||
|
||||
self.bwiCheckForMatomoPromt()
|
||||
BWIAnalytics.sharedTracker.readUserConfig()
|
||||
|
||||
if BWIBuildSettings.shared.bwiPersonalNotesRoom {
|
||||
@@ -775,7 +774,10 @@ class AllChatsCoordinator: NSObject, SplitViewMasterCoordinatorProtocol {
|
||||
}
|
||||
|
||||
// bwi #4478: refresh wellknown a bit more often
|
||||
self.currentMatrixSession?.refreshHomeserverWellknown(false, success: nil, failure: nil)
|
||||
self.currentMatrixSession?.refreshHomeserverWellknown(false, success: { _ in
|
||||
// bwi: #5706 fix crash: only show matomo alert when wellknown is available
|
||||
self.bwiCheckForMatomoPromt()
|
||||
}, failure: nil)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user