events: Fix missing import

This commit is contained in:
Jonas Platte 2022-01-23 17:22:25 +01:00
parent 46d2957c29
commit 37095f8855
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -3,6 +3,7 @@
//! [`m.secret.send`]: https://spec.matrix.org/v1.1/client-server-api/#msecretsend
use ruma_events_macros::EventContent;
use ruma_identifiers::TransactionId;
use serde::{Deserialize, Serialize};
/// The content of an `m.secret.send` event.