From d647b0cc7efbaab31efe8e21066fc4fa0647a65e Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 24 Nov 2018 19:17:21 +0100 Subject: Add change avatar method --- include/dchat/User.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/dchat/User.hpp') 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> groups; void *userdata; }; -- cgit v1.2.3