aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-08-01 03:09:19 +0200
committerdec05eba <dec05eba@protonmail.com>2021-08-01 03:09:19 +0200
commit738411fcb52f2dce050f200eeff307c7a0a1f13c (patch)
treee0162daa3a86f43769e502a86033a388bcefba6b /plugins
parentaead89cca00cba7bef8752163752f6a9c213ae6f (diff)
Matrix: implement power level change messages
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,