mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-09-26 10:40:50 -04:00
Back out implementation of MSC2314 (#12474)
MSC2314 has now been closed, so we're backing out its implementation, which originally happened in #6176. Unfortunately it's not a direct revert, as that PR mixed in a bunch of unrelated changes to tests etc.
This commit is contained in:
parent
f8d3ee9570
commit
b121a3ad2b
5 changed files with 13 additions and 61 deletions
|
@ -160,7 +160,7 @@ class FederationStateV1Servlet(BaseFederationServerServlet):
|
|||
return await self.handler.on_room_state_request(
|
||||
origin,
|
||||
room_id,
|
||||
parse_string_from_args(query, "event_id", None, required=False),
|
||||
parse_string_from_args(query, "event_id", None, required=True),
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue