diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-12-06 07:23:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-06 07:23:03 -0500 |
commit | 9b6224577e7a387bf94f2332301f21e9514286ff (patch) | |
tree | 87c0ba7e29a44b452dcade3eb663beea5d6f430d /changelog.d | |
parent | Improve logging and opentracing for to-device message handling (#14598) (diff) | |
download | synapse-9b6224577e7a387bf94f2332301f21e9514286ff.tar.xz |
Failover on proper error responses. (#14620)
When querying a remote server handle a 404/405 with an errcode of M_UNRECOGNIZED as an unimplemented endpoint.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14620.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14620.bugfix b/changelog.d/14620.bugfix new file mode 100644 index 0000000000..cb95a87d92 --- /dev/null +++ b/changelog.d/14620.bugfix @@ -0,0 +1 @@ +Return spec-compliant JSON errors when unknown endpoints are requested. |