From 9ebc3e3f5cf4847239d04cf5b3b01d0b1855a039 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 7 May 2018 06:34:22 +0200 Subject: Continue text edit, add avatar (image, but not way to change avatar) --- include/User.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/User.hpp') diff --git a/include/User.hpp b/include/User.hpp index 821be6f..a83b9dc 100644 --- a/include/User.hpp +++ b/include/User.hpp @@ -24,6 +24,7 @@ namespace dchat virtual const std::string& getName() const = 0; const Type type; + std::string avatarUrl; }; class OnlineUser : public User -- cgit v1.2.3