mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-29 16:58:07 +00:00
Check support mode on full self load.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user