Pop AGE_TS when redacting as well

This commit is contained in:
Erik Johnston
2026-05-27 12:47:45 +01:00
parent ecf8e8c869
commit 1479a94ee7
+1
View File
@@ -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()