summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-10-22 13:19:06 +0100
committerGitHub <noreply@github.com>2020-10-22 13:19:06 +0100
commitb19b63e6b4c0c654226c066999bd82c54952920c (patch)
treee3f1d3bc9d07eb527848819280bd36d863c5df18 /changelog.d
parentType hints for RegistrationStore (#8615) (diff)
downloadsynapse-b19b63e6b4c0c654226c066999bd82c54952920c.tar.xz
Don't 500 for invalid group IDs (#8628)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8628.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8628.bugfix b/changelog.d/8628.bugfix
new file mode 100644
index 0000000000..1316136ca2
--- /dev/null
+++ b/changelog.d/8628.bugfix
@@ -0,0 +1 @@
+Fix handling of invalid group IDs to return a 400 rather than log an exception and return a 500.