Version 1.1.22: Faved stickers limit is 5 right now.

This commit is contained in:
John Preston 2017-09-04 16:29:35 +03:00
parent 710f9d049f
commit 917be105ac
1 changed files with 1 additions and 1 deletions

View File

@ -563,7 +563,7 @@ struct Data {
int32 SavedGifsLimit = 200;
int32 EditTimeLimit = 172800;
int32 StickersRecentLimit = 30;
int32 StickersFavedLimit = 30; // TODO
int32 StickersFavedLimit = 5;
int32 PinnedDialogsCountMax = 5;
QString InternalLinksDomain = qsl("https://t.me/");
int32 CallReceiveTimeoutMs = 20000;