Don't expect leaving voice chat participants to have video.

This commit is contained in:
levlam 2021-07-15 03:37:14 +03:00
parent 576724f234
commit bb36d97482
1 changed files with 0 additions and 3 deletions

View File

@ -69,9 +69,6 @@ GroupCallParticipant::GroupCallParticipant(const tl_object_ptr<telegram_api::gro
if (is_just_joined && get_has_video()) {
video_diff++;
}
if (joined_date == 0) {
video_diff--;
}
}
bool GroupCallParticipant::is_versioned_update(const tl_object_ptr<telegram_api::groupCallParticipant> &participant) {