mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 15:05:56 +00:00
Rename RPCError to MTP::Error.
This commit is contained in:
@@ -75,7 +75,7 @@ void CheckChatInvite(
|
||||
}
|
||||
}
|
||||
});
|
||||
}, [=](const RPCError &error) {
|
||||
}, [=](const MTP::Error &error) {
|
||||
if (error.code() != 400) {
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user