mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-02 15:35:51 +00:00
Rename RPCError to MTP::Error.
This commit is contained in:
@@ -51,7 +51,7 @@ void AppConfig::refresh() {
|
||||
DEBUG_LOG(("getAppConfig result handled."));
|
||||
}
|
||||
_refreshed.fire({});
|
||||
}).fail([=](const RPCError &error) {
|
||||
}).fail([=](const MTP::Error &error) {
|
||||
_requestId = 0;
|
||||
refreshDelayed();
|
||||
}).send();
|
||||
|
Reference in New Issue
Block a user