From c22aab0620c79a80535c85c0dad87a1f288a884c Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 4 Nov 2020 14:16:25 +0100 Subject: Matrix: show membership events, unimplemented events, do not fetch users remote during cache (slow) --- plugins/Matrix.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/Matrix.hpp b/plugins/Matrix.hpp index e7131b0..bf9f715 100644 --- a/plugins/Matrix.hpp +++ b/plugins/Matrix.hpp @@ -29,7 +29,9 @@ namespace QuickMedia { VIDEO, AUDIO, FILE, - REDACTION + REDACTION, + UNIMPLEMENTED, + MEMBERSHIP }; enum class RelatedEventType { -- cgit v1.2.3