Redacted event retention, implement MSC2815
This commit is contained in:
@@ -63,6 +63,14 @@ pub(super) static MAPS: &[Descriptor] = &[
|
||||
name: "disabledroomids",
|
||||
..descriptor::RANDOM_SMALL
|
||||
},
|
||||
Descriptor {
|
||||
name: "eventid_originalpdu",
|
||||
key_size_hint: Some(48),
|
||||
val_size_hint: Some(1520),
|
||||
block_size: 2048,
|
||||
index_size: 512,
|
||||
..descriptor::RANDOM
|
||||
},
|
||||
Descriptor {
|
||||
name: "eventid_outlierpdu",
|
||||
cache_disp: CacheDisp::SharedWith("pduid_pdu"),
|
||||
@@ -343,6 +351,11 @@ pub(super) static MAPS: &[Descriptor] = &[
|
||||
name: "threadid_userids",
|
||||
..descriptor::SEQUENTIAL_SMALL
|
||||
},
|
||||
Descriptor {
|
||||
name: "timeredacted_eventid",
|
||||
key_size_hint: Some(57),
|
||||
..descriptor::SEQUENTIAL_SMALL
|
||||
},
|
||||
Descriptor {
|
||||
name: "todeviceid_events",
|
||||
..descriptor::RANDOM
|
||||
|
||||
Reference in New Issue
Block a user