You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matrix-spec/proposals/xxxx-remove-query_auth-fede...

1.0 KiB

MSCxxxx: Remove the query_auth federation endpoint

The query_auth federation endpoint is unused by Synapse and should be removed. The current implementation in Synapse is broken and will return a 500 error in some situations.

Proposal

Remove:

Potential issues

Removing this endpoint impacts backwards compatibility.

In practice, removing this endpoint should have minimal impact. Since 1.5.0rc1 of Synapse this endpoint is not called (see #6214). During removal it was noted that the code to call this endpoint was already unreachable.

Note that it seems like this was initially supported in Synapse v0.7.0. It is not clear at what point it became unused.

Alternatives

The endpoint could be deprecated in removed in a future version of the specification.

Security considerations

None.