aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-08-15 11:39:51 +0200
committerdec05eba <dec05eba@protonmail.com>2021-08-15 11:39:51 +0200
commit0009006c39ce4bfebc3c5260b83063c800cb4fdf (patch)
treef7e2631429daa59a04ac8b2bbac6ea3f672346b5 /plugins
parent50f97448d25224dfe33624f74c6a77f23bf54289 (diff)
Matrix: use white avatar for users with no avatar, optimize notifications update
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 39e0a57..f589db5 100644
--- a/plugins/Matrix.hpp
+++ b/plugins/Matrix.hpp
@@ -493,6 +493,7 @@ namespace QuickMedia {
Matrix *matrix;
Body *notifications_body;
MatrixRoomsPage *all_rooms_page;
+ std::unordered_map<RoomData*, std::vector<std::shared_ptr<BodyItem>>> room_notifications;
};
class MatrixInviteUserPage : public Page {