fix: Fix registration_terms default in example config

This commit is contained in:
Ginger
2026-04-06 14:56:48 -04:00
parent 70b0976bb5
commit 77e9c5df43
+2
View File
@@ -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<String, HashMap<String, TermsDocument>>,