This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Kill broken and unused FederationServer.on_query_auth_request
#6997
Closed
Description
We talked a bit about FederationBase
calling a FederationClient
method on Matrix, wanted to capture the results from rich:
I'm pretty sure I decided that
FederationServer.on_query_auth_request
had been broken forever and needed to die, which means that_check_sigs_and_hash_and_fetch
can move toFederationClient
some more context:_on_query_auth_request
implements an undocumented, unused REST endpoint
Originally posted by @clokep in #6996 (comment)