mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 14:17:45 +00:00
By default load messages for the last week.
This commit is contained in:
@@ -214,7 +214,7 @@ private:
|
|||||||
bool hadLegacyCallsPeerToPeerNobody = false;
|
bool hadLegacyCallsPeerToPeerNobody = false;
|
||||||
|
|
||||||
static constexpr auto kDefaultSupportChatsLimitSlice
|
static constexpr auto kDefaultSupportChatsLimitSlice
|
||||||
= 30 * 24 * 60 * 60;
|
= 7 * 24 * 60 * 60;
|
||||||
|
|
||||||
Support::SwitchSettings supportSwitch;
|
Support::SwitchSettings supportSwitch;
|
||||||
bool supportFixChatsOrder = true;
|
bool supportFixChatsOrder = true;
|
||||||
|
Reference in New Issue
Block a user