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:
@@ -389,7 +389,7 @@ void ScheduledMessages::request(not_null<History*> history) {
|
||||
MTP_long(hash))
|
||||
).done([=](const MTPmessages_Messages &result) {
|
||||
parse(history, result);
|
||||
}).fail([=](const MTP::Error &error) {
|
||||
}).fail([=] {
|
||||
_requests.remove(history);
|
||||
}).send();
|
||||
}
|
||||
|
Reference in New Issue
Block a user