diff --git a/src/nodeinfo.rs b/src/nodeinfo.rs index ed3236b..96803eb 100644 --- a/src/nodeinfo.rs +++ b/src/nodeinfo.rs @@ -53,6 +53,7 @@ pub struct Software { } #[derive(Clone, Debug, serde::Serialize)] +#[serde(rename_all = "lowercase")] pub enum Protocol { ActivityPub, }