diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2020-10-26 17:25:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-26 12:25:48 -0400 |
commit | 4ac3a8c5dcec00e8aa7a796b5bf05402133b49f0 (patch) | |
tree | 1a9fcefd6252f39b476fce5637e0580bd7a352ca /changelog.d | |
parent | Merge tag 'v1.22.0rc2' into develop (diff) | |
download | synapse-4ac3a8c5dcec00e8aa7a796b5bf05402133b49f0.tar.xz |
Fix a bug in the joined_rooms admin API (#8643)
If the user was not in any rooms then the API returned the same error as if the user did not exist.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8643.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8643.bugfix b/changelog.d/8643.bugfix new file mode 100644 index 0000000000..fcda1ca871 --- /dev/null +++ b/changelog.d/8643.bugfix @@ -0,0 +1 @@ +Fix a bug in the `joined_rooms` admin API if the user has never joined any rooms. The bug was introduced, along with the API, in v1.21.0. |