summary refs log tree commit diff
path: root/tests/test_test_utils.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-12-04privacy by default for room dir (#6355)Neil Johnson5-18/+91
Ensure that the the default settings for the room directory are that the it is hidden from public view by default.
2019-12-04Fix exception when a cross-signed device is deleted (#6462)Richard van der Hoff2-4/+20
(hopefully) ... and deobfuscate the relevant bit of code.