diff --git a/Telegram/SourceFiles/auth_session.h b/Telegram/SourceFiles/auth_session.h index 16ab3bd61..2494d5203 100644 --- a/Telegram/SourceFiles/auth_session.h +++ b/Telegram/SourceFiles/auth_session.h @@ -214,7 +214,7 @@ private: bool hadLegacyCallsPeerToPeerNobody = false; static constexpr auto kDefaultSupportChatsLimitSlice - = 30 * 24 * 60 * 60; + = 7 * 24 * 60 * 60; Support::SwitchSettings supportSwitch; bool supportFixChatsOrder = true;