mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 23:53:58 +02:00
Poll sub_chain_id:1 blocks after call_create.
This commit is contained in:
parent
c6b2967da0
commit
eb8372eb91
2 changed files with 1 additions and 1 deletions
|
@ -1557,7 +1557,6 @@ void GroupCall::rejoin(not_null<PeerData*> as) {
|
||||||
} else if (_conferenceCall
|
} else if (_conferenceCall
|
||||||
&& !_conferenceCall->blockchainMayBeEmpty()
|
&& !_conferenceCall->blockchainMayBeEmpty()
|
||||||
&& !_e2e->hasLastBlock0()) {
|
&& !_e2e->hasLastBlock0()) {
|
||||||
//sendJoinRequest(); AssertIsDebug();
|
|
||||||
refreshLastBlockAndJoin();
|
refreshLastBlockAndJoin();
|
||||||
} else {
|
} else {
|
||||||
sendJoinRequest();
|
sendJoinRequest();
|
||||||
|
|
|
@ -251,6 +251,7 @@ void Call::apply(int subchain, const Block &last) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
setId({ uint64(id.value()) });
|
setId({ uint64(id.value()) });
|
||||||
|
shortPoll(1);
|
||||||
|
|
||||||
for (auto i = 0; i != kSubChainsCount; ++i) {
|
for (auto i = 0; i != kSubChainsCount; ++i) {
|
||||||
auto &entry = _subchains[i];
|
auto &entry = _subchains[i];
|
||||||
|
|
Loading…
Add table
Reference in a new issue