mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-10 17:03:20 -04:00
The MessageQueue holds MessageEventStub<AnyMessageEventContent> so when a redaction event is encountered the redacted event's content can be replaced. The Unsigned field redacted_because is also populated with the redaction event itself with the addition of a room_id Stub -> full event.