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

Implement search inside a single topic.

This commit is contained in:
John Preston
2022-10-26 18:49:07 +04:00
parent 60aef7871a
commit ee8f997c14
8 changed files with 107 additions and 33 deletions

View File

@@ -2678,10 +2678,6 @@ void MainWidget::searchInChat(Dialogs::Key chat) {
if (!_dialogs) {
return;
}
if (_controller->openedFolder().current()) {
_controller->closeFolder();
}
_dialogs->searchInChat(chat);
if (isOneColumn()) {
Ui::showChatsList(&session());