mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Optimize confcall join process.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user