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:
@@ -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());
|
||||
|
Reference in New Issue
Block a user