mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Fix dialog row updating on user online status change.
Regression was introduced in ed895ace66
.
Fixes #6410. Again. I hope.
This commit is contained in:
parent
991fe491c5
commit
9a54473e03
1 changed files with 1 additions and 1 deletions
|
@ -3320,7 +3320,7 @@ void InnerWidget::repaintDialogRowCornerStatus(not_null<History*> history) {
|
|||
}
|
||||
|
||||
void InnerWidget::userOnlineUpdated(not_null<UserData*> user) {
|
||||
if (!user->isSelf()) {
|
||||
if (user->isSelf()) {
|
||||
return;
|
||||
}
|
||||
const auto history = session().data().historyLoaded(user);
|
||||
|
|
Loading…
Add table
Reference in a new issue