aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-11-04 14:16:25 +0100
committerdec05eba <dec05eba@protonmail.com>2020-11-04 14:16:25 +0100
commitc22aab0620c79a80535c85c0dad87a1f288a884c (patch)
tree1daf861ff8d30908d902fe2f81f8450ee0b813e7 /plugins
parentdb8ff2f73dd2f8a16f547d8f397753dee64341c9 (diff)
Matrix: show membership events, unimplemented events, do not fetch users remote during cache (slow)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Matrix.hpp4
1 files changed, 3 insertions, 1 deletions
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 {