mirror of https://github.com/procxx/kepka.git
By default load messages for the last week.
This commit is contained in:
parent
6fa556e8ea
commit
905376de1d
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue