diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2024-04-26 10:52:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-26 10:52:24 +0100 |
commit | 89fc579329d7c81c040b1c178099860e7de37bed (patch) | |
tree | a487da3d4ba523ec929b2642630057cd0fdf8d8d /changelog.d | |
parent | Add RuntimeDirectory to matrix-synapse.service (#17084) (diff) | |
download | synapse-89fc579329d7c81c040b1c178099860e7de37bed.tar.xz |
Fix filtering of rooms when supplying the `destination` query parameter to `/_synapse/admin/v1/federation/destinations/<destination>/rooms` (#17077)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/17077.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17077.bugfix b/changelog.d/17077.bugfix new file mode 100644 index 0000000000..7d8ea37406 --- /dev/null +++ b/changelog.d/17077.bugfix @@ -0,0 +1 @@ +Fixes a bug introduced in v1.52.0 where the `destination` query parameter for the [Destination Rooms Admin API](https://element-hq.github.io/synapse/v1.105/usage/administration/admin_api/federation.html#destination-rooms) failed to actually filter returned rooms. \ No newline at end of file |