mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 15:05:56 +00:00
Fix lagging chat list update in support.
This commit is contained in:
@@ -319,10 +319,8 @@ void DialogsWidget::repaintDialogRow(
|
||||
_inner->repaintDialogRow(list, row);
|
||||
}
|
||||
|
||||
void DialogsWidget::repaintDialogRow(
|
||||
not_null<History*> history,
|
||||
MsgId messageId) {
|
||||
_inner->repaintDialogRow(history, messageId);
|
||||
void DialogsWidget::repaintDialogRow(Dialogs::RowDescriptor row) {
|
||||
_inner->repaintDialogRow(row);
|
||||
}
|
||||
|
||||
void DialogsWidget::dialogsToUp() {
|
||||
|
Reference in New Issue
Block a user