fix: Set default for allow_deactivation

This commit is contained in:
Ginger
2026-05-07 12:57:08 -04:00
parent 8c6904ab33
commit 242414c0b8
+1
View File
@@ -672,6 +672,7 @@ pub struct Config {
/// to `false`.
///
/// default: true
#[serde(default = "true_fn")]
pub allow_deactivation: bool,
/// Controls whether encrypted rooms and events are allowed.