summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-12-30 08:39:59 -0500
committerGitHub <noreply@github.com>2020-12-30 08:39:59 -0500
commitb7c580e33341ffbd12533a572439778929f811bf (patch)
tree41a68e5c7b8f4e4992c7aa0fd16e8d5be0e456a5 /changelog.d
parentAdd additional type hints to the storage module. (#8980) (diff)
downloadsynapse-b7c580e33341ffbd12533a572439778929f811bf.tar.xz
Check if group IDs are valid before using them. (#8977)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8977.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8977.bugfix b/changelog.d/8977.bugfix
new file mode 100644
index 0000000000..ae0b6bec14
--- /dev/null
+++ b/changelog.d/8977.bugfix
@@ -0,0 +1 @@
+Properly return 400 errors on invalid group IDs.