diff --git a/src/core/config/mod.rs b/src/core/config/mod.rs index 9cc262f8f..aea4c9cb2 100644 --- a/src/core/config/mod.rs +++ b/src/core/config/mod.rs @@ -664,6 +664,8 @@ pub struct Config { /// 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" } /// ``` + /// + /// default: {} #[serde(default)] pub registration_terms: HashMap>,