mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Removed unused MTP::Error from callbacks on fail.
This commit is contained in:
@@ -1897,7 +1897,7 @@ void StickersBox::Inner::handleMegagroupSetAddressChange() {
|
||||
}, [](const MTPDmessages_stickerSetNotModified &) {
|
||||
LOG(("API Error: Unexpected messages.stickerSetNotModified."));
|
||||
});
|
||||
}).fail([=](const MTP::Error &error) {
|
||||
}).fail([=] {
|
||||
_megagroupSetRequestId = 0;
|
||||
setMegagroupSelectedSet({});
|
||||
}).send();
|
||||
|
Reference in New Issue
Block a user