diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-08-15 11:39:51 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-08-15 11:39:51 +0200 |
commit | 0009006c39ce4bfebc3c5260b83063c800cb4fdf (patch) | |
tree | f7e2631429daa59a04ac8b2bbac6ea3f672346b5 /plugins | |
parent | 50f97448d25224dfe33624f74c6a77f23bf54289 (diff) |
Matrix: use white avatar for users with no avatar, optimize notifications update
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 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 { |