aboutsummaryrefslogtreecommitdiff
path: root/include/dchat/User.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/dchat/User.hpp')
-rw-r--r--include/dchat/User.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dchat/User.hpp b/include/dchat/User.hpp
index 245197f..9d22cb3 100644
--- a/include/dchat/User.hpp
+++ b/include/dchat/User.hpp
@@ -14,6 +14,7 @@ namespace dchat
User(const odhtdb::Signature::PublicKey &_publicKey) : publicKey(_publicKey), userdata(nullptr) {}
const odhtdb::Signature::PublicKey publicKey;
std::string nickname;
+ std::string avatarUrl;
std::vector<std::shared_ptr<Group>> groups;
void *userdata;
};