mirror of
https://git.asonix.dog/asonix/relay.git
synced 2025-02-17 22:05:13 +00:00
Revert "Support pleromo registrations format"
This reverts commit 741c4efc0e
.
This commit is contained in:
parent
741c4efc0e
commit
51ef5c2796
1 changed files with 1 additions and 4 deletions
|
@ -80,7 +80,7 @@ impl QueryInstance {
|
||||||
description,
|
description,
|
||||||
instance.version,
|
instance.version,
|
||||||
instance.registrations,
|
instance.registrations,
|
||||||
instance.approval_required || instance.registrations,
|
instance.approval_required,
|
||||||
)
|
)
|
||||||
.await?;
|
.await?;
|
||||||
|
|
||||||
|
@ -114,9 +114,6 @@ struct Instance {
|
||||||
#[serde(default = "default_approval")]
|
#[serde(default = "default_approval")]
|
||||||
approval_required: bool,
|
approval_required: bool,
|
||||||
|
|
||||||
#[serde(default = "default_approval")]
|
|
||||||
registrations: bool,
|
|
||||||
|
|
||||||
#[serde(rename = "contact_account")]
|
#[serde(rename = "contact_account")]
|
||||||
contact: Option<Contact>,
|
contact: Option<Contact>,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue