summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@jki.re>2019-03-21 14:07:17 +0000
committerGitHub <noreply@github.com>2019-03-21 14:07:17 +0000
commit01e6b405be57183618fade0ecadc76adc805a2b4 (patch)
tree1e63595ae93ac0f579f2c4ba91b3d657cb14f2a8 /changelog.d
parentUpdate Apache Setup To Remove Location Syntax (#4870) (diff)
parentUpdate changelog.d/4908.bugfix (diff)
downloadsynapse-01e6b405be57183618fade0ecadc76adc805a2b4.tar.xz
Merge pull request #4908 from matrix-org/erikj/block_peek_on_blocked_rooms
Deny peeking into rooms that have been blocked
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/4908.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4908.bugfix b/changelog.d/4908.bugfix
new file mode 100644
index 0000000000..d8c5babf0d
--- /dev/null
+++ b/changelog.d/4908.bugfix
@@ -0,0 +1 @@
+Fix bug where blocked world-readable rooms were still peekable.