Set save_unredacted_events option to true

This commit is contained in:
Vladislav Grechannik
2026-01-28 11:31:36 +01:00
committed by Jason Volk
parent 10060cef69
commit ae35e5a5b2

View File

@@ -1995,7 +1995,7 @@ pub struct Config {
/// They can be retrieved with `admin debug get-retained-pdu` or MSC2815. /// They can be retrieved with `admin debug get-retained-pdu` or MSC2815.
/// ///
/// default: true /// default: true
#[serde(default)] #[serde(default = "true_fn")]
pub save_unredacted_events: bool, pub save_unredacted_events: bool,
/// Redaction retention period in seconds. /// Redaction retention period in seconds.