Merge pull request #4908 from matrix-org/erikj/block_peek_on_blocked_rooms

Deny peeking into rooms that have been blocked
This commit is contained in:
Erik Johnston 2019-03-21 14:07:17 +00:00 committed by GitHub
commit 01e6b405be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 77 additions and 3 deletions

1
changelog.d/4908.bugfix Normal file
View file

@ -0,0 +1 @@
Fix bug where blocked world-readable rooms were still peekable.