aboutsummaryrefslogtreecommitdiff
path: root/plugins/Matrix.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Matrix.hpp')
-rw-r--r--plugins/Matrix.hpp1
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
};