2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

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

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;