2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-03 07:56:03 +00:00

Beta version 2.4.14.

- Create voice chats in legacy groups.
- Fix sticker pack opening.
- Fix group status display.
- Fix group members display.
This commit is contained in:
John Preston
2020-12-14 21:05:24 +04:00
parent ad2d2c203f
commit cb6db82809
8 changed files with 33 additions and 16 deletions

View File

@@ -109,6 +109,16 @@ std::map<int, const char*> BetaLogs() {
2004012,
"- Voice chats in groups. (alpha version)\n"
},
{
2004014,
"- Create voice chats in legacy groups.\n"
"- Fix sticker pack opening.\n"
"- Fix group status display.\n"
"- Fix group members display.\n"
},
};
};