mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
Privacy: IS Settings: Fix a swift api
This commit is contained in:
@@ -190,6 +190,11 @@ final class SettingsIdentityServerViewModel: SettingsIdentityServerViewModelType
|
||||
self.session.matrixRestClient.thirdPartyIdentifiers { (thirdPartyIDresponse) in
|
||||
switch thirdPartyIDresponse {
|
||||
case .success(let thirdPartyIdentifiers):
|
||||
guard let thirdPartyIdentifiers = thirdPartyIdentifiers else {
|
||||
completion(.success(false))
|
||||
return
|
||||
}
|
||||
|
||||
if thirdPartyIdentifiers.isEmpty {
|
||||
completion(.success(false))
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user