From 738411fcb52f2dce050f200eeff307c7a0a1f13c Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 1 Aug 2021 03:09:19 +0200 Subject: Matrix: implement power level change messages --- plugins/Matrix.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins') 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, -- cgit v1.2.3