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 | |
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)
-rw-r--r-- | changelog.d/8129.bugfix | 1 | ||||
-rw-r--r-- | synapse/rest/client/v2_alpha/groups.py | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/changelog.d/8129.bugfix b/changelog.d/8129.bugfix new file mode 100644 |