We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue was originally created by @turt2live at matrix-org/dendrite#551.
The query API was introduced in matrix-org/dendrite#498, however this appears to be a result of Synapse being a bad representation of itself. It registers a "query handler", but actually uses a different route from all the other queries: https://github.com/matrix-org/synapse/blob/d69decd5c78c72abef50b597a689e2bc55a39702/synapse/federation/transport/server.py#L466
The problem area is: https://github.com/matrix-org/dendrite/blob/d2ae4257524e5a2231fc249f1670cfb87c22cdc0/src/github.com/matrix-org/dendrite/federationapi/routing/routing.go#L151-L159
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This issue was originally created by @turt2live at matrix-org/dendrite#551.
The query API was introduced in matrix-org/dendrite#498, however this appears to be a result of Synapse being a bad representation of itself. It registers a "query handler", but actually uses a different route from all the other queries: https://github.com/matrix-org/synapse/blob/d69decd5c78c72abef50b597a689e2bc55a39702/synapse/federation/transport/server.py#L466
The problem area is: https://github.com/matrix-org/dendrite/blob/d2ae4257524e5a2231fc249f1670cfb87c22cdc0/src/github.com/matrix-org/dendrite/federationapi/routing/routing.go#L151-L159
The text was updated successfully, but these errors were encountered: