diff --git a/Telegram/SourceFiles/calls/group/calls_group_call.cpp b/Telegram/SourceFiles/calls/group/calls_group_call.cpp index 19f29d16cc..ca6f47df40 100644 --- a/Telegram/SourceFiles/calls/group/calls_group_call.cpp +++ b/Telegram/SourceFiles/calls/group/calls_group_call.cpp @@ -1557,7 +1557,6 @@ void GroupCall::rejoin(not_null as) { } else if (_conferenceCall && !_conferenceCall->blockchainMayBeEmpty() && !_e2e->hasLastBlock0()) { - //sendJoinRequest(); AssertIsDebug(); refreshLastBlockAndJoin(); } else { sendJoinRequest(); diff --git a/Telegram/SourceFiles/tde2e/tde2e_api.cpp b/Telegram/SourceFiles/tde2e/tde2e_api.cpp index e0a28936db..7a6ab8b572 100644 --- a/Telegram/SourceFiles/tde2e/tde2e_api.cpp +++ b/Telegram/SourceFiles/tde2e/tde2e_api.cpp @@ -251,6 +251,7 @@ void Call::apply(int subchain, const Block &last) { return; } setId({ uint64(id.value()) }); + shortPoll(1); for (auto i = 0; i != kSubChainsCount; ++i) { auto &entry = _subchains[i];