mirror of
https://git.asonix.dog/asonix/relay.git
synced 2024-11-22 01:21:06 +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)]
|
||||
#[serde(rename_all = "lowercase")]
|
||||
pub enum Protocol {
|
||||
ActivityPub,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue