mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Removed unused MTP::Error from callbacks on fail.
This commit is contained in:
@@ -329,7 +329,7 @@ void SetupHelp(
|
||||
Ui::showPeerHistory(user, ShowAtUnreadMsgId);
|
||||
}
|
||||
});
|
||||
}).fail([=](const MTP::Error &error) {
|
||||
}).fail([=] {
|
||||
*requestId = 0;
|
||||
}).send();
|
||||
});
|
||||
|
Reference in New Issue
Block a user