mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Allow 1 year for session termination delay.
This commit is contained in:
parent
c655f78780
commit
3399397a76
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ using Type = SelfDestructionBox::Type;
|
|||
[[nodiscard]] std::vector<int> Values(Type type) {
|
||||
switch (type) {
|
||||
case Type::Account: return { 30, 90, 180, 365 };
|
||||
case Type::Sessions: return { 7, 30, 90, 180 };
|
||||
case Type::Sessions: return { 7, 30, 90, 180, 365 };
|
||||
}
|
||||
Unexpected("SelfDestructionBox::Type in Values.");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue