mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
Integrations: Use the integrations manager provided by the homeserver admin via .well-known
#2815
This commit is contained in:
@@ -75,15 +75,6 @@ class WidgetManagerConfig: NSObject, NSCoding {
|
||||
super.init()
|
||||
}
|
||||
|
||||
override convenience init () {
|
||||
// Use app settings as default
|
||||
let apiUrl = UserDefaults.standard.object(forKey: "integrationsRestUrl") as? NSString
|
||||
let uiUrl = UserDefaults.standard.object(forKey: "integrationsUiUrl") as? NSString
|
||||
|
||||
self.init(apiUrl: apiUrl, uiUrl: uiUrl)
|
||||
}
|
||||
|
||||
|
||||
/// MARK: - NSCoding
|
||||
|
||||
enum CodingKeys: String {
|
||||
|
||||
Reference in New Issue
Block a user