mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Rename RPCError to MTP::Error.
This commit is contained in:
@@ -330,7 +330,7 @@ void FastShareMessage(not_null<HistoryItem*> item) {
|
||||
Ui::hideLayer();
|
||||
}
|
||||
finish();
|
||||
}).fail([=](const RPCError &error) {
|
||||
}).fail([=](const MTP::Error &error) {
|
||||
finish();
|
||||
}).afterRequest(history->sendRequestId).send();
|
||||
return history->sendRequestId;
|
||||
|
Reference in New Issue
Block a user