events: Remove unused Serialize, Deserialize impls
This commit is contained in:
parent
62ed200a56
commit
f99ff2a83c
@ -174,7 +174,7 @@ impl<C> Replacement<C> {
|
||||
/// 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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user