diff options
author | Erik Johnston <erik@matrix.org> | 2019-02-14 16:02:23 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-02-14 16:02:23 +0000 |
commit | eaf4d11af9da7d6d9ce71cb83f70424bb38e0703 (patch) | |
tree | 06a48ce6758859dd3a4bee76047b5b6bd53af402 /tests/handlers | |
parent | Merge pull request #4450 from 14mRh4X0r/fix-dependency-message (diff) | |
download | synapse-eaf4d11af9da7d6d9ce71cb83f70424bb38e0703.tar.xz |
Add configurable room list publishing rules
This allows specifying who and what is allowed to be published onto the public room list
Diffstat (limited to 'tests/handlers')
-rw-r--r-- | tests/handlers/test_directory.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/handlers/test_directory.py b/tests/handlers/test_directory.py index 8ae6556c0a..9bf395e923 100644 --- a/tests/handlers/test_directory.py +++ b/tests/handlers/test_directory.py @@ -121,6 +121,7 @@ class TestCreateAliasACL(unittest.HomeserverTestCase): "action": "allow", } ] + config["room_list_publication_rules"] = [] rd_config = RoomDirectoryConfig() rd_config.read_config(config) |