2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 22:46:10 +00:00

Alpha version 1.2.7.

- Use fast reply button in group chats.
- Select a message you want to reply to
by pressing Ctrl+Up and Ctrl+Down.
This commit is contained in:
John Preston
2017-12-31 17:55:09 +03:00
parent 2cc1fde5e4
commit 94cf307ae0
7 changed files with 28 additions and 16 deletions

View File

@@ -77,6 +77,13 @@ std::map<int, const char*> AlphaLogs() {
"\xE2\x80\x94 Bug fixes and other minor improvements."
},
{
1002007,
"\xE2\x80\x94 Use fast reply button in group chats.\n"
"\xE2\x80\x94 Select a message you want to reply to by "
"pressing Ctrl+Up and Ctrl+Down."
},
};
}