2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Fix lagging chat list update in support.

This commit is contained in:
John Preston
2018-12-30 13:16:50 +04:00
parent 30e8f17b37
commit c11b977f1d
10 changed files with 18 additions and 23 deletions

View File

@@ -691,7 +691,7 @@ void HistoryService::updateDependentText() {
}
if (const auto main = App::main()) {
// #TODO feeds search results
main->repaintDialogRow(history(), id);
main->repaintDialogRow({ history(), fullId() });
}
App::historyUpdateDependent(this);
}