Greenlight hydra backports.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-09-07 22:41:07 +00:00
parent 3cbe1e25cd
commit f6d2ce2f22
2 changed files with 2 additions and 2 deletions

View File

@@ -1942,7 +1942,7 @@ pub struct Config {
/// real-world testing can shake out any implementation issues rather than /// real-world testing can shake out any implementation issues rather than
/// jeopardize existing rooms, but otherwise will default to true at the /// jeopardize existing rooms, but otherwise will default to true at the
/// next point release or patch. /// next point release or patch.
#[serde(default)] #[serde(default = "true_fn")]
pub hydra_backports: bool, pub hydra_backports: bool,
/// Delete rooms when the last user from this server leaves. This feature is /// Delete rooms when the last user from this server leaves. This feature is

View File

@@ -1666,7 +1666,7 @@
# jeopardize existing rooms, but otherwise will default to true at the # jeopardize existing rooms, but otherwise will default to true at the
# next point release or patch. # next point release or patch.
# #
#hydra_backports = false #hydra_backports = true
# Delete rooms when the last user from this server leaves. This feature is # Delete rooms when the last user from this server leaves. This feature is
# experimental and for the purpose of least-surprise is not enabled by # experimental and for the purpose of least-surprise is not enabled by