diff options
author | Erik Johnston <erikj@jki.re> | 2019-03-21 14:07:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-21 14:07:17 +0000 |
commit | 01e6b405be57183618fade0ecadc76adc805a2b4 (patch) | |
tree | 1e63595ae93ac0f579f2c4ba91b3d657cb14f2a8 /changelog.d | |
parent | Update Apache Setup To Remove Location Syntax (#4870) (diff) | |
parent | Update changelog.d/4908.bugfix (diff) | |
download | synapse-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.bugfix | 1 |
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. |