Better logging.
GitOrigin-RevId: 4b04b37167eac281d72388ec210059f07d112b56
This commit is contained in:
parent
42ea21b4f1
commit
5262bfa623
@ -15922,7 +15922,7 @@ void MessagesManager::on_media_message_ready_to_send(DialogId dialog_id, Message
|
|||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
CHECK(!it->second);
|
CHECK(!it->second) << dialog_id << " " << message_id;
|
||||||
it->second = std::move(promise);
|
it->second = std::move(promise);
|
||||||
|
|
||||||
on_yet_unsent_media_queue_updated(dialog_id);
|
on_yet_unsent_media_queue_updated(dialog_id);
|
||||||
|
Loading…
Reference in New Issue
Block a user