diff --git a/crates/ruma-common/src/events.rs b/crates/ruma-common/src/events.rs index e84b523d..ab695917 100644 --- a/crates/ruma-common/src/events.rs +++ b/crates/ruma-common/src/events.rs @@ -173,7 +173,10 @@ pub use self::{ kinds::*, relation::BundledRelations, state_key::EmptyStateKey, - unsigned::{MessageLikeUnsigned, RedactedUnsigned, StateUnsigned, StateUnsignedFromParts}, + unsigned::{ + MessageLikeUnsigned, RedactedUnsigned, StateUnsigned, StateUnsignedFromParts, + UnsignedRoomRedactionEvent, + }, }; /// Trait to define the behavior of redact an event's content object.