aboutsummaryrefslogtreecommitdiff
path: root/events/redactionevent.cpp
AgeCommit message (Collapse)Author
2017-12-10RedactionEvent and RoomEvent::redactedBecause()Kitsune Ral
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.