mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Removed unused MTP::Error from callbacks on fail.
This commit is contained in:
@@ -327,7 +327,7 @@ Fn<void()> AboutGigagroupCallback(not_null<ChannelData*> channel) {
|
||||
channel->session().api().applyUpdates(result);
|
||||
Ui::hideSettingsAndLayer();
|
||||
Ui::Toast::Show(tr::lng_gigagroup_done(tr::now));
|
||||
}).fail([=](const MTP::Error &error) {
|
||||
}).fail([=] {
|
||||
*converting = false;
|
||||
}).send();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user