mirror of
https://github.com/element-hq/synapse.git
synced 2026-01-16 23:00:43 +00:00
Prior to this PR, if a request to create a public (public as in published to the rooms directory) room violated the room list publication rules set in the [config](https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html#room_list_publication_rules), the request to create the room was denied and the room was not created. This PR changes the behavior such that when a request to create a room published to the directory violates room list publication rules, the room is still created but the room is not published to the directory. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test___main__.py | ||
| test_api.py | ||
| test_appservice.py | ||
| test_background_update.py | ||
| test_base.py | ||
| test_cache.py | ||
| test_database.py | ||
| test_generate.py | ||
| test_load.py | ||
| test_oauth_delegation.py | ||
| test_ratelimiting.py | ||
| test_registration_config.py | ||
| test_room_directory.py | ||
| test_server.py | ||
| test_tls.py | ||
| test_util.py | ||
| test_workers.py | ||
| utils.py | ||