diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-04-26 19:08:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-26 19:08:44 +0200 |
commit | 2e40ea5121065558d493cddf8a94db57f87acd3e (patch) | |
tree | bb2e04058f1b6c7efeaf20d98eeeee80f5e95e25 /lib/user.h | |
parent | fd84529d1611a8b50440e08ee2af3897f1d1fb3c (diff) | |
parent | ae85fd8602cefd1b71db8cb173ed77a873dbe223 (diff) | |
download | libquotient-2e40ea5121065558d493cddf8a94db57f87acd3e.tar.gz libquotient-2e40ea5121065558d493cddf8a94db57f87acd3e.zip |
Merge pull request #461 from quotient-im/work/force-load-user-data
Make it possible to load the user metadata
Diffstat (limited to 'lib/user.h')
-rw-r--r-- | lib/user.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -130,6 +130,10 @@ public Q_SLOTS: void unmarkIgnore(); /// Check whether the user is in ignore list bool isIgnored() const; + /// Force loading displayName and avartar url. This is required in + /// some cases where the you need to use an user independent of the + /// room. + void load(); Q_SIGNALS: void defaultNameChanged(); |