Set save_unredacted_events option to true
This commit is contained in:
committed by
Jason Volk
parent
10060cef69
commit
ae35e5a5b2
@@ -1995,7 +1995,7 @@ pub struct Config {
|
||||
/// They can be retrieved with `admin debug get-retained-pdu` or MSC2815.
|
||||
///
|
||||
/// default: true
|
||||
#[serde(default)]
|
||||
#[serde(default = "true_fn")]
|
||||
pub save_unredacted_events: bool,
|
||||
|
||||
/// Redaction retention period in seconds.
|
||||
|
||||
Reference in New Issue
Block a user