Export UnsignedRoomRedactionEvent from events module

This commit is contained in:
Jonas Platte 2022-12-19 10:52:29 +01:00
parent ba9634f5bf
commit 4f821d39ce
No known key found for this signature in database
GPG Key ID: AAA7A61F696C3E0C

View File

@ -173,7 +173,10 @@ pub use self::{
kinds::*, kinds::*,
relation::BundledRelations, relation::BundledRelations,
state_key::EmptyStateKey, 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. /// Trait to define the behavior of redact an event's content object.