mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 22:55:11 +00:00
Removed MTP::Error from migrating chat.
This commit is contained in:
@@ -242,7 +242,7 @@ void ShowEditPermissions(
|
||||
const auto api = &peer->session().api();
|
||||
api->migrateChat(chat, [=](not_null<ChannelData*> channel) {
|
||||
save(channel, result);
|
||||
}, [=](const MTP::Error &) {
|
||||
}, [=](const QString &) {
|
||||
*saving = false;
|
||||
});
|
||||
}, box->lifetime());
|
||||
|
Reference in New Issue
Block a user