Prevent partial updateBasicGroupFullInfo.

This commit is contained in:
levlam 2021-09-09 15:41:50 +03:00
parent 3abe1edbc5
commit 9bf5b5343b

View File

@ -11555,7 +11555,9 @@ void ContactsManager::on_get_chat_participants(tl_object_ptr<telegram_api::ChatP
on_update_chat_full_participants(chat_full, chat_id, std::move(new_participants), participants->version_,
from_update);
update_chat_full(chat_full, chat_id, "on_get_chat_participants");
if (from_update) {
update_chat_full(chat_full, chat_id, "on_get_chat_participants");
}
break;
}
default: