Don't expect local volume_level for admins.
This commit is contained in:
parent
be6793ec07
commit
8146ecf950
@ -1880,7 +1880,7 @@ void GroupCallManager::on_set_group_call_participant_volume_level(InputGroupCall
|
||||
return promise.set_value(Unit());
|
||||
}
|
||||
|
||||
if (participant->volume_level != participant->pending_volume_level || !participant->is_volume_level_local) {
|
||||
if (participant->volume_level != participant->pending_volume_level) {
|
||||
LOG(ERROR) << "Failed to set volume level of " << user_id << " in " << input_group_call_id;
|
||||
participant->pending_volume_level = 0;
|
||||
if (participant->order != 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user