aboutsummaryrefslogtreecommitdiff
path: root/plugins/Matrix.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-11-22 14:20:26 +0100
committerdec05eba <dec05eba@protonmail.com>2020-11-22 14:20:26 +0100
commitcb3c9f03e9cd3add0e3eb0c58ebc582fef8d127c (patch)
treebf5402fae2d16b817a23b687d2497f4e987e14a3 /plugins/Matrix.hpp
parentb126ce050a325b49bcc0ae1e153ac1f166db0a73 (diff)
Matrix: user messages not appearing after re-entering room
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 da67470..6c4c893 100644
--- a/plugins/Matrix.hpp
+++ b/plugins/Matrix.hpp
@@ -72,6 +72,7 @@ namespace QuickMedia {
RelatedEventType related_event_type = RelatedEventType::NONE;
bool mentions_me = false;
bool cache = false;
+ bool provisional = false;
time_t timestamp = 0; // In milliseconds
MessageType type;
// TODO: Store body item ref here