mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
MESSENGER-5252 remove strict check for location sharing for bum4bwi
This commit is contained in:
@@ -81,9 +81,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