Fix group call updating after initialization.
This commit is contained in:
parent
b4e087a2f0
commit
db99c9817d
@ -1648,13 +1648,13 @@ InputGroupCallId GroupCallManager::update_group_call(const tl_object_ptr<telegra
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (group_call->dialog_id.is_valid()) {
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (group_call->is_active && group_call->dialog_id.is_valid()) {
|
||||||
td_->messages_manager_->on_update_dialog_group_call(group_call->dialog_id, true,
|
td_->messages_manager_->on_update_dialog_group_call(group_call->dialog_id, true,
|
||||||
group_call->participant_count == 0);
|
group_call->participant_count == 0);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if (!group_call->is_active && group_call_recent_speakers_.erase(group_call->group_call_id) != 0) {
|
if (!group_call->is_active && group_call_recent_speakers_.erase(group_call->group_call_id) != 0) {
|
||||||
need_update = true;
|
need_update = true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user