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