diff --git a/ruma-federation-api/src/transactions/send_transaction_message/v1.rs b/ruma-federation-api/src/transactions/send_transaction_message/v1.rs index b6822edc..fb430813 100644 --- a/ruma-federation-api/src/transactions/send_transaction_message/v1.rs +++ b/ruma-federation-api/src/transactions/send_transaction_message/v1.rs @@ -35,7 +35,6 @@ ruma_api! { /// List of persistent updates to rooms. /// /// Must not be more than 50 items. - #[cfg_attr(feature = "unstable-pre-spec", serde(default, skip_serializing_if = "<[_]>::is_empty"))] pub pdus: &'a [Raw], /// List of ephemeral messages.