This commit is contained in:
Andrea Cavalli 2021-05-04 23:26:04 +02:00
parent 40048f12ca
commit 99ffef30b6

View File

@ -2087,7 +2087,6 @@ int GroupCallManager::process_group_call_participant(InputGroupCallId input_grou
group_call->can_self_unmute = can_self_unmute;
send_update_group_call(group_call, "process_group_call_participant 1");
sync_group_call_participants(input_group_call_id); // participant order is different for administrators
}
}
}