From be1e24edae3a6f388929569269c27c53e28b8921 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 24 Sep 2020 02:43:08 +0200 Subject: matrix: Add thumbnails to room list --- plugins/Matrix.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/Matrix.hpp') 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 user_info; std::vector messages; std::string name; + std::string avatar_url; std::string prev_batch; bool initial_fetch_finished = false; }; -- cgit v1.2.3