mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Remove some usages of App::main().
This commit is contained in:
@@ -477,7 +477,7 @@ void ApiWrap::importChatInvite(const QString &hash) {
|
||||
handleChats(data.vchats());
|
||||
}, [&](auto &&) {
|
||||
LOG(("API Error: unexpected update cons %1 "
|
||||
"(MainWidget::inviteImportDone)").arg(result.type()));
|
||||
"(ApiWrap::importChatInvite)").arg(result.type()));
|
||||
});
|
||||
}).fail([=](const RPCError &error) {
|
||||
const auto &type = error.type();
|
||||
|
Reference in New Issue
Block a user