mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-11 08:25:03 -05:00
Previously, this would only return the HTTP body as JSON, and discard other response information (e.g. the HTTP response code). This has now been changed to throw a CodeMessageException on a non-2xx response, with the response code and body, which can then be parsed as JSON. Affected modules include: - Registration/Login (when using an email for IS auth) |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| agent_name.py | ||
| client.py | ||
| endpoint.py | ||
| matrixfederationclient.py | ||
| server.py | ||
| server_key_resource.py | ||
| servlet.py | ||