mirror of
https://git.asonix.dog/asonix/relay.git
synced 2024-11-25 11:01:11 +00:00
Fix contact field name
This commit is contained in:
parent
b7f2de0245
commit
9f98015d7f
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ struct Instance {
|
||||||
registrations: bool,
|
registrations: bool,
|
||||||
approval_required: bool,
|
approval_required: bool,
|
||||||
|
|
||||||
|
#[serde(rename = "contact_account")]
|
||||||
contact: Option<Contact>,
|
contact: Option<Contact>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue