Update config comment for default hydra backports.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-12-17 18:30:10 +00:00
parent 22c5f0207d
commit 88a6b72f0f
2 changed files with 0 additions and 10 deletions

View File

@@ -2111,11 +2111,6 @@ pub struct Config {
///
/// This option exists for developer and debug use, and as a failsafe in
/// lieu of hardcoding it.
///
/// This currently defaults to false as a matter of development until
/// real-world testing can shake out any implementation issues rather than
/// jeopardize existing rooms, but otherwise will default to true at the
/// next point release or patch.
#[serde(default = "true_fn")]
pub hydra_backports: bool,