forked from mirrors/relay
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)]
|
||||
#[serde(rename_all = "lowercase")]
|
||||
pub enum Protocol {
|
||||
ActivityPub,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue