Minor.
GitOrigin-RevId: 2d1cd971e34a79011c6e658657f7a7b1329195ca
This commit is contained in:
parent
93790e4350
commit
0403c58c73
@ -688,6 +688,7 @@ class UploadProfilePhotoQuery : public Td::ResultHandler {
|
|||||||
auto ptr = result_ptr.move_as_ok();
|
auto ptr = result_ptr.move_as_ok();
|
||||||
LOG(INFO) << "Receive result for uploadProfilePhoto: " << to_string(ptr);
|
LOG(INFO) << "Receive result for uploadProfilePhoto: " << to_string(ptr);
|
||||||
td->contacts_manager_->on_get_users(std::move(ptr->users_));
|
td->contacts_manager_->on_get_users(std::move(ptr->users_));
|
||||||
|
// ignore ptr->photo_
|
||||||
|
|
||||||
td->file_manager_->delete_partial_remote_location(file_id_);
|
td->file_manager_->delete_partial_remote_location(file_id_);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user