mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Removed unused MTP::Error from callbacks on fail.
This commit is contained in:
@@ -447,7 +447,7 @@ void Widget::onInlineRequest() {
|
||||
MTP_string(nextOffset)
|
||||
)).done([=](const MTPmessages_BotResults &result) {
|
||||
inlineResultsDone(result);
|
||||
}).fail([=](const MTP::Error &error) {
|
||||
}).fail([=] {
|
||||
// show error?
|
||||
_requesting.fire(false);
|
||||
_inlineRequestId = 0;
|
||||
|
Reference in New Issue
Block a user