mobile: change disappearing messages dropdown choices (#2491)

This commit is contained in:
spaced4ndy
2023-05-23 14:01:07 +04:00
committed by GitHub
parent bcbfc1758e
commit dc73bb3caf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -308,7 +308,7 @@ public struct TimedMessagesPreference: Preference {
}
public static var ttlValues: [Int?] {
[3600, 8 * 3600, 86400, 7 * 86400, 30 * 86400, nil]
[600, 3600, 86400, 7 * 86400, 30 * 86400, 3 * 30 * 86400, nil]
}
}