mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
96d4bf9012
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 |