2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 06:07:45 +00:00

By default load messages for the last week.

This commit is contained in:
John Preston 2018-11-21 10:43:07 +04:00
parent 6fa556e8ea
commit 905376de1d

View File

@ -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;