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:
@@ -2209,10 +2209,8 @@ void MainWidget::repaintDialogRow(
|
||||
_dialogs->repaintDialogRow(list, row);
|
||||
}
|
||||
|
||||
void MainWidget::repaintDialogRow(
|
||||
not_null<History*> history,
|
||||
MsgId messageId) {
|
||||
_dialogs->repaintDialogRow(history, messageId);
|
||||
void MainWidget::repaintDialogRow(Dialogs::RowDescriptor row) {
|
||||
_dialogs->repaintDialogRow(row);
|
||||
}
|
||||
|
||||
void MainWidget::windowShown() {
|
||||
|
Reference in New Issue
Block a user