events: Fix missing import
This commit is contained in:
parent
46d2957c29
commit
37095f8855
@ -3,6 +3,7 @@
|
|||||||
//! [`m.secret.send`]: https://spec.matrix.org/v1.1/client-server-api/#msecretsend
|
//! [`m.secret.send`]: https://spec.matrix.org/v1.1/client-server-api/#msecretsend
|
||||||
|
|
||||||
use ruma_events_macros::EventContent;
|
use ruma_events_macros::EventContent;
|
||||||
|
use ruma_identifiers::TransactionId;
|
||||||
use serde::{Deserialize, Serialize};
|
use serde::{Deserialize, Serialize};
|
||||||
|
|
||||||
/// The content of an `m.secret.send` event.
|
/// The content of an `m.secret.send` event.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user