From 0009006c39ce4bfebc3c5260b83063c800cb4fdf Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 15 Aug 2021 11:39:51 +0200 Subject: Matrix: use white avatar for users with no avatar, optimize notifications update --- plugins/Matrix.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins') 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>> room_notifications; }; class MatrixInviteUserPage : public Page { -- cgit v1.2.3