Redacted event retention, implement MSC2815
This commit is contained in:
@@ -250,6 +250,11 @@ pub(super) enum DebugCommand {
|
||||
/// - Synchronize database with primary (secondary only)
|
||||
ResyncDatabase,
|
||||
|
||||
/// - Retrieves the saved original PDU before it has been redacted
|
||||
GetRetainedPdu {
|
||||
event_id: OwnedEventId,
|
||||
},
|
||||
|
||||
/// - Developer test stubs
|
||||
#[command(subcommand)]
|
||||
#[clap(hide(true))]
|
||||
|
||||
Reference in New Issue
Block a user