mirror of
https://github.com/tdlight-team/tdlight-telegram-bot-api.git
synced 2025-01-16 22:37:31 +01:00
Fix warning.
This commit is contained in:
parent
e9d32ad23d
commit
10c5272497
@ -207,7 +207,7 @@ td::Status WebhookActor::create_webhook_error(td::Slice error_message, td::Statu
|
|||||||
on_webhook_error(error_message);
|
on_webhook_error(error_message);
|
||||||
}
|
}
|
||||||
on_error(std::move(result));
|
on_error(std::move(result));
|
||||||
return std::move(error);
|
return error;
|
||||||
}
|
}
|
||||||
|
|
||||||
td::Result<td::SslStream> WebhookActor::create_ssl_stream() {
|
td::Result<td::SslStream> WebhookActor::create_ssl_stream() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user