2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-01 06:55:58 +00:00

Beta version 1.9.22.

- Organize chats into Chat Folders if you have too many chats.
This commit is contained in:
John Preston
2020-03-27 20:15:16 +04:00
parent 15db48b0cc
commit 13feafad2f
8 changed files with 33 additions and 24 deletions

View File

@@ -49,6 +49,11 @@ std::map<int, const char*> BetaLogs() {
"\xE2\x80\xA2 Fix blurred thumbnails in albums with video files.\n"
"\xE2\x80\xA2 Fix a possible crash in animated stickers rendering."
},
{
1009022,
"\xE2\x80\xA2 Organize chats into Chat Folders "
"if you have too many chats.\n"
}
};
};