aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Matrix.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Matrix.hpp b/plugins/Matrix.hpp
index fad90da..dd633e5 100644
--- a/plugins/Matrix.hpp
+++ b/plugins/Matrix.hpp
@@ -44,10 +44,12 @@ namespace QuickMedia {
REDACTION,
REACTION,
MEMBERSHIP,
+ SYSTEM,
UNIMPLEMENTED
};
bool is_visual_media_message_type(MessageType message_type);
+ bool is_system_message_type(MessageType message_type);
enum class RelatedEventType {
NONE,