From 9aa8c291e775083078efe93d0bc42390955ae61a Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 19 Nov 2020 10:16:05 +0100 Subject: Matrix: cache get_message_by_id, temporary remove fetching additional messages which corrupts messages --- plugins/Matrix.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'plugins') 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 user; std::string event_id; -- cgit v1.2.3