mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-10-09 03:20:48 +00:00
Add missing autoremove option
This commit is contained in:
parent
54e54181e3
commit
1e56520356
@ -1176,7 +1176,8 @@ public func privacyAndSecurityController(
|
||||
3 * 30 * 24 * 60 * 60,
|
||||
6 * 30 * 24 * 60 * 60,
|
||||
365 * 24 * 60 * 60,
|
||||
548 * 24 * 60 * 60
|
||||
548 * 24 * 60 * 60,
|
||||
730 * 24 * 60 * 60
|
||||
]
|
||||
var timeoutItems: [ActionSheetItem] = timeoutValues.map { value in
|
||||
return ActionSheetButtonItem(title: presentationData.strings.MessageTimer_Months(max(1, value / (60 * 60 * 24 * 30))), action: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user