mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-11 09:23:23 -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.