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.
|
/// 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user