Set save_unredacted_events option to true
This commit is contained in:
parent
10060cef69
commit
ae35e5a5b2
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue