Apply self-leaving from group call through on_group_call_left_impl after other updates.

This commit is contained in:
levlam 2021-06-07 16:56:56 +03:00
parent e73394ac98
commit 554d1e3677

View File

@ -1827,6 +1827,8 @@ bool GroupCallManager::process_pending_group_call_participant_updates(InputGroup
is_left = true;
if (participant.joined_date != 0) {
need_rejoin = false;
} else {
continue;
}
}
diff += process_group_call_participant(input_group_call_id, std::move(participant));