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", ], }