mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Add gift auto save privacy
This commit is contained in:
@@ -597,6 +597,8 @@ private func privacySearchableItems(context: AccountContext, privacySettings: Ac
|
||||
current = info.bio
|
||||
case .birthday:
|
||||
current = info.birthday
|
||||
case .giftsAutoSave:
|
||||
current = info.giftsAutoSave
|
||||
}
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user