aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-09-24 02:43:08 +0200
committerdec05eba <dec05eba@protonmail.com>2020-09-24 02:43:08 +0200
commitbe1e24edae3a6f388929569269c27c53e28b8921 (patch)
tree2b032f384e392799d270e57ed5412960373a3897 /plugins
parentfe6db40c2f6cd10b4af086d622cf59442b7e7c67 (diff)
matrix: Add thumbnails to room list
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Matrix.hpp1
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;
};