diff options
author | erikjohnston <erikjohnston@users.noreply.github.com> | 2024-01-22 14:01:12 +0000 |
---|---|---|
committer | erikjohnston <erikjohnston@users.noreply.github.com> | 2024-01-22 14:01:12 +0000 |
commit | 1a6697fdded1a221b227eb21b5bc196d584096a2 (patch) | |
tree | 68bc5a331ab90b5113c778a2dd76462b5fe8d679 /develop/usage | |
parent | deploy: 3fefb15fef29a76419bc15830daf0cd9d7abc0b1 (diff) | |
download | synapse-1a6697fdded1a221b227eb21b5bc196d584096a2.tar.xz |
deploy: a68b48a5dd0b617f12677b137742b813a2d805bb
Diffstat (limited to '')
-rw-r--r-- | develop/usage/configuration/config_documentation.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html index a97deed68d..c8643d76bc 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html @@ -3573,6 +3573,8 @@ published to the room list.</p> The first rule that matches decides if the request is allowed or denied. If no rule matches, the request is denied. In particular, this means that configuring an empty list of rules will deny every alias creation request.</p> +<p>Requests to create a public (public as in published to the room directory) room which violates +the configured rules will result in the room being created but not published to the room directory.</p> <p>Each rule is a YAML object containing four fields, each of which is an optional string:</p> <ul> <li><code>user_id</code>: a glob pattern that matches against the user publishing the room.</li> |