mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +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(),
|
mxid_.toStdString(),
|
||||||
[this](const mtx::responses::Profile &res, mtx::http::RequestErr err) {
|
[this](const mtx::responses::Profile &res, mtx::http::RequestErr err) {
|
||||||
if (err) {
|
if (err) {
|
||||||
nhlog::net()->warn("failed to retrieve own profile info");
|
nhlog::net()->warn("failed to retrieve profile info");
|
||||||
|
emit userInfoLoaded();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue