From 6ecdefd8463c0b393dc51535ddb4b4283b5891d8 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Sun, 10 Dec 2017 09:49:08 +0900 Subject: RedactionEvent and RoomEvent::redactedBecause() A RoomEvent now has an optional pointer to a RedactionEvent that is non-null if the room event is redacted. transactionId and serverTimestamp are only filled if the event is not redacted. There's no way to construct a redacted event as of yet. --- events/redactionevent.cpp | 1 + 1 file changed, 1 insertion(+) create mode 100644 events/redactionevent.cpp (limited to 'events/redactionevent.cpp') diff --git a/events/redactionevent.cpp b/events/redactionevent.cpp new file mode 100644 index 00000000..bf467718 --- /dev/null +++ b/events/redactionevent.cpp @@ -0,0 +1 @@ +#include "redactionevent.h" -- cgit v1.2.3