Fix nodeinfo casing

This commit is contained in:
asonix 2020-03-20 13:44:34 -05:00
parent fbed60248d
commit 8efb00dc72

View file

@ -53,6 +53,7 @@ pub struct Software {
} }
#[derive(Clone, Debug, serde::Serialize)] #[derive(Clone, Debug, serde::Serialize)]
#[serde(rename_all = "lowercase")]
pub enum Protocol { pub enum Protocol {
ActivityPub, ActivityPub,
} }