From 12b352c31c0821ba8bd667a4ed17e1d5406fcdf6 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 5 May 2021 16:04:29 +0200 Subject: Fix red color when reply to us is edited --- plugins/Matrix.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/Matrix.hpp') diff --git a/plugins/Matrix.hpp b/plugins/Matrix.hpp index 9bfee65..25b2633 100644 --- a/plugins/Matrix.hpp +++ b/plugins/Matrix.hpp @@ -82,6 +82,7 @@ namespace QuickMedia { std::string transaction_id; time_t timestamp = 0; // In milliseconds MessageType type; + Message *replaces = nullptr; std::shared_ptr replaced_by = nullptr; // TODO: Store body item ref here }; -- cgit v1.2.3