Skip to content
Snippets Groups Projects
Commit efda94ca authored by Loren Burkholder's avatar Loren Burkholder
Browse files

Modify message to be more accurate

parent 77c636f3
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment