Remove wrong error logging.
This commit is contained in:
parent
520f55d31f
commit
027c78c691
@ -2152,7 +2152,6 @@ class GetMessagePublicForwardsQuery : public Td::ResultHandler {
|
|||||||
}
|
}
|
||||||
|
|
||||||
auto info = td->messages_manager_->on_get_messages(result_ptr.move_as_ok(), "GetMessagePublicForwardsQuery");
|
auto info = td->messages_manager_->on_get_messages(result_ptr.move_as_ok(), "GetMessagePublicForwardsQuery");
|
||||||
LOG_IF(ERROR, !info.is_channel_messages) << "Receive ordinary messages in GetMessagePublicForwardsQuery";
|
|
||||||
td->messages_manager_->on_get_message_public_forwards_result(random_id_, info.total_count,
|
td->messages_manager_->on_get_message_public_forwards_result(random_id_, info.total_count,
|
||||||
std::move(info.messages));
|
std::move(info.messages));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user