Redacted event retention, implement MSC2815
This commit is contained in:
@@ -1713,6 +1713,26 @@
|
||||
#
|
||||
#admin_room_notices = true
|
||||
|
||||
# Save original events before applying redaction to them.
|
||||
#
|
||||
# They can be retrieved with `admin debug get-retained-pdu` or MSC2815.
|
||||
#
|
||||
#save_unredacted_events = true
|
||||
|
||||
# Redaction retention period in seconds.
|
||||
#
|
||||
# By default the unredacted events are stored forever.
|
||||
#
|
||||
#redaction_retention_seconds = disabled
|
||||
|
||||
# Allows users with `redact` power level to request unredacted events with
|
||||
# MSC2815.
|
||||
#
|
||||
# Server admins can request unredacted events regardless of the value of
|
||||
# this option.
|
||||
#
|
||||
#allow_room_admins_to_request_unredacted_events = true
|
||||
|
||||
# Enable database pool affinity support. On supporting systems, block
|
||||
# device queue topologies are detected and the request pool is optimized
|
||||
# for the hardware; db_pool_workers is determined automatically.
|
||||
|
||||
Reference in New Issue
Block a user