Modify message to be more accurate
This commit is contained in:
parent
77c636f3d3
commit
efda94ca50
@ -69,7 +69,8 @@ Invitee::Invitee(const QString &mxid, QObject *parent)
|
||||
mxid_.toStdString(),
|
||||
[this](const mtx::responses::Profile &res, mtx::http::RequestErr err) {
|
||||
if (err) {
|
||||
nhlog::net()->warn("failed to retrieve own profile info");
|
||||
nhlog::net()->warn("failed to retrieve profile info");
|
||||
emit userInfoLoaded();
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user