Update API

This commit is contained in:
Ilya Laktyushin
2024-03-19 01:53:18 +04:00
parent 8279db283c
commit 562d4e6598
16 changed files with 216 additions and 123 deletions

View File

@@ -595,6 +595,8 @@ private func privacySearchableItems(context: AccountContext, privacySettings: Ac
current = info.voiceMessages
case .bio:
current = info.bio
case .birthday:
current = info.birthday
}
present(.push, selectivePrivacySettingsController(context: context, kind: kind, current: current, callSettings: callSettings != nil ? (info.voiceCallsP2P, callSettings!.0) : nil, voipConfiguration: callSettings?.1, callIntegrationAvailable: CallKitIntegration.isAvailable, updated: { updated, updatedCallSettings, _, _ in