mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
fix: Fix registration_terms default in example config
This commit is contained in:
@@ -664,6 +664,8 @@ pub struct Config {
|
|||||||
/// en = { name = "Privacy Policy", url = "https://homeserver.example/en/privacy_policy.html" }
|
/// en = { name = "Privacy Policy", url = "https://homeserver.example/en/privacy_policy.html" }
|
||||||
/// es = { name = "Política de Privacidad", url = "https://homeserver.example/es/privacy_policy.html" }
|
/// es = { name = "Política de Privacidad", url = "https://homeserver.example/es/privacy_policy.html" }
|
||||||
/// ```
|
/// ```
|
||||||
|
///
|
||||||
|
/// default: {}
|
||||||
#[serde(default)]
|
#[serde(default)]
|
||||||
pub registration_terms: HashMap<String, HashMap<String, TermsDocument>>,
|
pub registration_terms: HashMap<String, HashMap<String, TermsDocument>>,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user