mirror of
https://git.asonix.dog/asonix/relay.git
synced 2024-11-25 11:01:11 +00:00
Fix nodeinfo casing
This commit is contained in:
parent
fbed60248d
commit
8efb00dc72
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue