mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 07:28:28 +02:00
Merge branch 'release/v2.11.0' into develop
# Conflicts: # Podfile
This commit is contained in:
@@ -83,9 +83,7 @@ final class HomeserverConfigurationBuilder: NSObject {
|
||||
var tileServerMapStyleURL: URL = URL(string: BWIBuildSettings.shared.serverConfigDefaultMapstyleURLString)!
|
||||
if let mapStyleURLString = wellKnown?.tileServer?.mapStyleURLString,
|
||||
let mapStyleURL = URL(string: mapStyleURLString) {
|
||||
if verifyUrl(url: mapStyleURL) {
|
||||
tileServerMapStyleURL = mapStyleURL
|
||||
}
|
||||
tileServerMapStyleURL = mapStyleURL
|
||||
}
|
||||
|
||||
let tileServerConfiguration = HomeserverTileServerConfiguration(mapStyleURL: tileServerMapStyleURL)
|
||||
|
||||
Reference in New Issue
Block a user