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