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:
@@ -1702,7 +1702,7 @@ namespace App {
|
||||
|
||||
void searchByHashtag(const QString &tag) {
|
||||
if (App::main()) {
|
||||
App::main()->searchMessages(tag);
|
||||
App::main()->searchMessages(tag + ' ');
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user