diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-08-20 06:41:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-20 06:41:32 -0400 |
commit | 731dfff3478d44cfe9b00491c353ca1086a70994 (patch) | |
tree | 45aec458b045fd6d846361e93b3d223c6ff32a05 /changelog.d/8129.bugfix | |
parent | Do not assume calls to runInteraction return Deferreds. (#8133) (diff) | |
download | synapse-731dfff3478d44cfe9b00491c353ca1086a70994.tar.xz |
Ensure a group ID is valid before trying to get rooms for it. (#8129)
Diffstat (limited to 'changelog.d/8129.bugfix')
-rw-r--r-- | changelog.d/8129.bugfix | 1 |
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. |