mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Modify message to be more accurate
This commit is contained in:
parent
77c636f3d3
commit
efda94ca50
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue