mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-11 05:19:28 -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 | ||
| _base.py | ||
| admin.py | ||
| appservice.py | ||
| directory.py | ||
| events.py | ||
| federation.py | ||
| login.py | ||
| message.py | ||
| presence.py | ||
| profile.py | ||
| register.py | ||
| room.py | ||
| sync.py | ||
| typing.py | ||