Optimize confcall join process.

This commit is contained in:
John Preston
2025-04-10 09:33:04 +04:00
parent c72cf46db7
commit 042f51e58f
6 changed files with 16 additions and 1 deletions
@@ -135,6 +135,10 @@ bool GroupCall::listenersHidden() const {
return _listenersHidden;
}
bool GroupCall::blockchainMayBeEmpty() const {
return _version < 2;
}
not_null<PeerData*> GroupCall::peer() const {
return _peer;
}