mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Refresh filtered results on more dialogs.
This commit is contained in:
@@ -1598,7 +1598,7 @@ void DialogsInner::handlePeerNameChange(
|
||||
update();
|
||||
}
|
||||
|
||||
void DialogsInner::onFilterUpdate(QString newFilter, bool force) {
|
||||
void DialogsInner::applyFilterUpdate(QString newFilter, bool force) {
|
||||
const auto mentionsSearch = (newFilter == qstr("@"));
|
||||
const auto words = mentionsSearch
|
||||
? QStringList(newFilter)
|
||||
|
Reference in New Issue
Block a user