summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2020-04-30 11:38:07 +0100
committerGitHub <noreply@github.com>2020-04-30 11:38:07 +0100
commit9d8ecc9e6c48b9dfc0b41326794b8e10fc6ad062 (patch)
tree78d3da6d352a7a189d39f0208c9bbc6c4968006b /changelog.d
parentAdd instance name to RDATA/POSITION commands (#7364) (diff)
downloadsynapse-9d8ecc9e6c48b9dfc0b41326794b8e10fc6ad062.tar.xz
Apply federation check for /publicRooms with filter list (#7367)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7367.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7367.bugfix b/changelog.d/7367.bugfix
new file mode 100644
index 0000000000..12171d4e1c
--- /dev/null
+++ b/changelog.d/7367.bugfix
@@ -0,0 +1 @@
+Prevent non-federating rooms from appearing in responses to federated `POST /publicRoom` requests when a filter was included.