mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-03 18:49:30 +00:00
Removed unused MTP::Error from callbacks on fail.
This commit is contained in:
@@ -391,7 +391,7 @@ void SearchController::requestMore(
|
||||
parsed.noSkipRange,
|
||||
parsed.fullCount);
|
||||
finish();
|
||||
}).fail([=](const MTP::Error &error) {
|
||||
}).fail([=] {
|
||||
finish();
|
||||
}).send();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user