diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-05-05 16:04:29 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-05-05 16:04:29 +0200 |
commit | 12b352c31c0821ba8bd667a4ed17e1d5406fcdf6 (patch) | |
tree | b54d3163d739756f32872338264a1acae6cb41e3 /plugins | |
parent | 6f3564aea7f9833029d7301706db9019f71e73b4 (diff) |
Fix red color when reply to us is edited
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Matrix.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
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<Message> replaced_by = nullptr; // TODO: Store body item ref here }; |