From 92d0d8bdaceb2e7a969e7b26dea8bc33dcaab0dc Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Thu, 21 May 2026 18:53:03 -0500 Subject: [PATCH] Placeholder arg docstring --- synapse/federation/federation_server.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/synapse/federation/federation_server.py b/synapse/federation/federation_server.py index 1a659777fe..f3e9b855d2 100644 --- a/synapse/federation/federation_server.py +++ b/synapse/federation/federation_server.py @@ -781,6 +781,11 @@ class FederationServer(FederationBase): expected_room_id: The room ID specified in the `/_matrix/federation/v1/invite/{roomId}/{eventId}` request that we expect to match in the actual event itself. + expected_event_id: The event ID specified in the + `/_matrix/federation/v1/invite/{roomId}/{eventId}` request that we expect to + match in the actual event itself. + event_json: + room_version_id: """ room_version = KNOWN_ROOM_VERSIONS.get(room_version_id)