2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-30 22:16:14 +00:00

0.7.24.dev version with hashtags autocomplete, forwarding with comment and move back to reply by bottom arrow

This commit is contained in:
John Preston
2015-03-24 13:00:27 +03:00
parent 69879332fd
commit 938707203c
28 changed files with 879 additions and 299 deletions

View File

@@ -1702,7 +1702,7 @@ namespace App {
void searchByHashtag(const QString &tag) {
if (App::main()) {
App::main()->searchMessages(tag);
App::main()->searchMessages(tag + ' ');
}
}