diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Matrix.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Matrix.hpp b/plugins/Matrix.hpp index 50f8c6b..607ef81 100644 --- a/plugins/Matrix.hpp +++ b/plugins/Matrix.hpp @@ -40,6 +40,7 @@ namespace QuickMedia { std::vector<UserInfo> user_info; std::vector<Message> messages; std::string name; + std::string avatar_url; std::string prev_batch; bool initial_fetch_finished = false; }; |