summary refs log tree commit diff
path: root/changelog.d/3641.bugfix
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2018-08-02 15:21:59 +0100
committerGitHub <noreply@github.com>2018-08-02 15:21:59 +0100
commit50d9d9740803205410aa5dad32ff258696f22594 (patch)
tree7215683a26e68d76d3733f69d29f061df7077ae7 /changelog.d/3641.bugfix
parentMerge pull request #3641 from matrix-org/rav/room_id_check (diff)
parentchangelogs (diff)
downloadsynapse-50d9d9740803205410aa5dad32ff258696f22594.tar.xz
Merge pull request #3642 from matrix-org/rav/another_room_id_check
Check room visibility for /event/ requests
Diffstat (limited to 'changelog.d/3641.bugfix')
-rw-r--r--changelog.d/3641.bugfix2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/3641.bugfix b/changelog.d/3641.bugfix
index 02181975c0..149349baa2 100644
--- a/changelog.d/3641.bugfix
+++ b/changelog.d/3641.bugfix
@@ -1 +1 @@
-Fix a potential event disclosure issue
\ No newline at end of file
+Fix a potential issue where servers could request events for rooms they have not joined.