Modify message to be more accurate

pull/595/head
Loren Burkholder 4 years ago
parent 77c636f3d3
commit efda94ca50
  1. 3
      src/InviteesModel.cpp

@ -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…
Cancel
Save