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
MatrixFederationAgent
Sydent: sydent/sydent/http/matrixfederationagent.py synapse: synapse/synapse/http/federation/matrix_federation_agent.py
And possibly these two in Synapse too?
synapse/tests/http/test_proxyagent.py 211:class MatrixFederationAgentTests(TestCase): synapse/tests/http/federation/test_matrix_federation_agent.py 64:class MatrixFederationAgentTests(unittest.TestCase):
The text was updated successfully, but these errors were encountered:
_lookup_service
Require that "m.server" maps to string
fae60d9
This accounts for [this Sentry error](https://sentry.matrix.org/sentry/sydent/issues/236101/). I haven't written a test for this because a) I'm hungry and b) this is shared code with Synapse which ought to be pulled out to a common library and tested there; c.f. matrix-org/matrix-python-common#3.
Require that "m.server" maps to string (#473)
143a225
No branches or pull requests
Sydent: sydent/sydent/http/matrixfederationagent.py
synapse: synapse/synapse/http/federation/matrix_federation_agent.py
And possibly these two in Synapse too?
The text was updated successfully, but these errors were encountered: