This commit is contained in:
erikjohnston 2024-01-22 14:01:12 +00:00
parent 9d8ba34fd6
commit 1a6697fdde
4 changed files with 6 additions and 2 deletions

View file

@ -7144,6 +7144,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>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -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>