From 99ffef30b6550068de89476b66ebce11de126e6f Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Tue, 4 May 2021 23:26:04 +0200 Subject: [PATCH] Bugfix --- td/telegram/GroupCallManager.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/td/telegram/GroupCallManager.cpp b/td/telegram/GroupCallManager.cpp index ab68f2e2b..c975732f4 100644 --- a/td/telegram/GroupCallManager.cpp +++ b/td/telegram/GroupCallManager.cpp @@ -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 - } } }