mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00: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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user