From 5d68ba3ff4e8fa5e93b390eb875dc47462ddc701 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Fri, 11 Aug 2023 18:07:54 +0200 Subject: [PATCH] canonical-json: Apply redaction rules of MSC3989 --- crates/ruma-common/src/canonical_json.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/ruma-common/src/canonical_json.rs b/crates/ruma-common/src/canonical_json.rs index 5ab1257d..9bfeb17b 100644 --- a/crates/ruma-common/src/canonical_json.rs +++ b/crates/ruma-common/src/canonical_json.rs @@ -318,7 +318,6 @@ fn allowed_event_keys_for(version: &RoomVersionId) -> &'static [&'static str] { "depth", "prev_events", "auth_events", - "origin", "origin_server_ts", ], }