diff --git a/crates/ruma-common/src/events/relation.rs b/crates/ruma-common/src/events/relation.rs index 17cafe3f..a0b17e4e 100644 --- a/crates/ruma-common/src/events/relation.rs +++ b/crates/ruma-common/src/events/relation.rs @@ -174,7 +174,7 @@ impl Replacement { /// The content of a [thread] relation. /// /// [thread]: https://spec.matrix.org/v1.5/client-server-api/#threading -#[derive(Clone, Debug, Deserialize, Serialize)] +#[derive(Clone, Debug)] #[cfg_attr(not(feature = "unstable-exhaustive-types"), non_exhaustive)] pub struct Thread { /// The ID of the root message in the thread.