Check support mode on full self load.

This commit is contained in:
John Preston
2025-10-01 16:00:54 +04:00
parent 6999a1b5e4
commit 9028d9a339
4 changed files with 44 additions and 5 deletions
@@ -1573,6 +1573,9 @@ SessionController::SessionController(
}
}
if (update.flags & Data::PeerUpdate::Flag::FullInfo) {
if (update.peer->isSelf()) {
Support::Helper::CheckIfLost(this);
}
fullInfoLoadedHook(update.peer);
}
return (update.flags & Data::PeerUpdate::Flag::FullInfo)