mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 22:55:11 +00:00
Fix lagging chat list update in support.
This commit is contained in:
@@ -1725,7 +1725,7 @@ void History::outboxRead(MsgId upTo) {
|
||||
if (const auto last = lastMessage()) {
|
||||
if (last->out() && IsServerMsgId(last->id) && last->id <= upTo) {
|
||||
if (const auto main = App::main()) {
|
||||
main->repaintDialogRow(this, last->id);
|
||||
main->repaintDialogRow({ this, last->fullId() });
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user