Modify message to be more accurate

This commit is contained in:
Loren Burkholder 2021-07-20 19:21:04 -04:00
parent 77c636f3d3
commit efda94ca50
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}