summary refs log tree commit diff
path: root/changelog.d/14620.bugfix
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-12-06 07:23:03 -0500
committerGitHub <noreply@github.com>2022-12-06 07:23:03 -0500
commit9b6224577e7a387bf94f2332301f21e9514286ff (patch)
tree87c0ba7e29a44b452dcade3eb663beea5d6f430d /changelog.d/14620.bugfix
parentImprove logging and opentracing for to-device message handling (#14598) (diff)
downloadsynapse-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/14620.bugfix')
-rw-r--r--changelog.d/14620.bugfix1
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.