mirror of
https://github.com/element-hq/synapse.git
synced 2026-06-01 15:14:39 +00:00
Pop AGE_TS when redacting as well
This commit is contained in:
@@ -57,6 +57,7 @@ pub fn compute_event_reference_hash(
|
||||
|
||||
redacted_value_mut.remove(SIGNATURES);
|
||||
redacted_value_mut.remove(UNSIGNED);
|
||||
redacted_value_mut.remove(AGE_TS);
|
||||
|
||||
let canonicalization_options = if room_version.strict_canonicaljson {
|
||||
CanonicalizationOptions::strict()
|
||||
|
||||
Reference in New Issue
Block a user