From 77e9c5df43570aa8dd80a32254fbe1313d1ac4ce Mon Sep 17 00:00:00 2001 From: Ginger Date: Mon, 6 Apr 2026 14:56:48 -0400 Subject: [PATCH] fix: Fix `registration_terms` default in example config --- src/core/config/mod.rs | 2 ++ 1 file changed, 2 insertions(+) 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>,