diff --git a/Telegram/SourceFiles/boxes/self_destruction_box.cpp b/Telegram/SourceFiles/boxes/self_destruction_box.cpp index 691a114ba..210735063 100644 --- a/Telegram/SourceFiles/boxes/self_destruction_box.cpp +++ b/Telegram/SourceFiles/boxes/self_destruction_box.cpp @@ -23,7 +23,7 @@ using Type = SelfDestructionBox::Type; [[nodiscard]] std::vector Values(Type type) { switch (type) { - case Type::Account: return { 30, 90, 180, 365, 548 }; + case Type::Account: return { 30, 90, 180, 365, 548, 720 }; case Type::Sessions: return { 7, 30, 90, 180, 365 }; } Unexpected("SelfDestructionBox::Type in Values.");