diff options
author | Jedi18 <targetakhil@gmail.com> | 2021-02-02 17:46:02 +0530 |
---|---|---|
committer | Jedi18 <targetakhil@gmail.com> | 2021-02-02 17:46:02 +0530 |
commit | 2ff3c0c97eda8f1503ee0c274c01566b34bc84f1 (patch) | |
tree | a89bcbe904595511f2363f8e937dd31ad8da1982 /src/ui/UserProfile.h | |
parent | add loading indicator (diff) | |
download | nheko-2ff3c0c97eda8f1503ee0c274c01566b34bc84f1.tar.xz |
fixed global avatar updation in the dialog
Diffstat (limited to '')
-rw-r--r-- | src/ui/UserProfile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/UserProfile.h b/src/ui/UserProfile.h index 58fb0f0b..ffc5dcae 100644 --- a/src/ui/UserProfile.h +++ b/src/ui/UserProfile.h @@ -134,10 +134,12 @@ protected slots: private: void updateRoomMemberState(mtx::events::state::Member member); + void getGlobalProfileData(); private: QString roomid_, userid_; QString globalUsername; + QString globalAvatarUrl; DeviceInfoModel deviceList_; bool isUserVerified = false; bool hasMasterKey = false; |