diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Matrix.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/Matrix.hpp b/plugins/Matrix.hpp index e6a35e2..71d9664 100644 --- a/plugins/Matrix.hpp +++ b/plugins/Matrix.hpp @@ -53,6 +53,11 @@ namespace QuickMedia { REDACTION }; + class MatrixEvent { + public: + virtual ~MatrixEvent() = default; + }; + struct Message { std::shared_ptr<UserInfo> user; std::string event_id; |