mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
MESSENGER-4454 get serverurls for maintenance and matomo from the right place
This commit is contained in:
@@ -54,7 +54,7 @@ import Foundation
|
||||
guard let analyticsArray = session.accountData.accountData(forEventType: AccountDataTypes.analytics) as? [String: Any] else {
|
||||
return true
|
||||
}
|
||||
guard analyticsArray[session.myDeviceId] is [String: Any] else {
|
||||
guard let deviceID = session.myDeviceId, analyticsArray[deviceID] is [String: Any] else {
|
||||
return true
|
||||
}
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user