diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-09-24 02:43:08 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-09-24 02:43:08 +0200 |
commit | be1e24edae3a6f388929569269c27c53e28b8921 (patch) | |
tree | 2b032f384e392799d270e57ed5412960373a3897 /plugins | |
parent | fe6db40c2f6cd10b4af086d622cf59442b7e7c67 (diff) |
matrix: Add thumbnails to room list
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; }; |