Export UnsignedRoomRedactionEvent from events module
This commit is contained in:
parent
ba9634f5bf
commit
4f821d39ce
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user