summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-08-20 06:41:32 -0400
committerGitHub <noreply@github.com>2020-08-20 06:41:32 -0400
commit731dfff3478d44cfe9b00491c353ca1086a70994 (patch)
tree45aec458b045fd6d846361e93b3d223c6ff32a05 /changelog.d
parentDo not assume calls to runInteraction return Deferreds. (#8133) (diff)
downloadsynapse-731dfff3478d44cfe9b00491c353ca1086a70994.tar.xz
Ensure a group ID is valid before trying to get rooms for it. (#8129)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8129.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8129.bugfix b/changelog.d/8129.bugfix
new file mode 100644
index 0000000000..79eae9db6b
--- /dev/null
+++ b/changelog.d/8129.bugfix
@@ -0,0 +1 @@
+Return a proper error code when the rooms of an invalid group are requested.