diff options
author | Joseph Donofry <joedonofry@gmail.com> | 2021-11-08 18:32:19 -0500 |
---|---|---|
committer | Joseph Donofry <joedonofry@gmail.com> | 2021-11-08 18:32:19 -0500 |
commit | c93a7b24353a98b09949baf3ca4d8de8439cfa4a (patch) | |
tree | 53adf948d663566e198d00ad179acc4465e329c3 /src/ui | |
parent | Fix syntax issue (diff) | |
parent | Remove appimage (diff) | |
download | nheko-c93a7b24353a98b09949baf3ca4d8de8439cfa4a.tar.xz |
Merge remote-tracking branch 'nheko-im/master' into video_player_enhancements
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/UserProfile.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/UserProfile.cpp b/src/ui/UserProfile.cpp index b5a16f43..72b1d8e6 100644 --- a/src/ui/UserProfile.cpp +++ b/src/ui/UserProfile.cpp @@ -188,6 +188,7 @@ UserProfile::fetchDeviceList(const QString &userID) nhlog::net()->warn("failed to query device keys: {},{}", mtx::errors::to_string(err->matrix_error.errcode), static_cast<int>(err->status_code)); + return; } // Ensure local key cache is up to date @@ -201,6 +202,7 @@ UserProfile::fetchDeviceList(const QString &userID) nhlog::net()->warn("failed to query device keys: {},{}", mtx::errors::to_string(err->matrix_error.errcode), static_cast<int>(err->status_code)); + return; } emit verificationStatiChanged(); |