mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-29 07:48:20 +00:00
deploy: a68b48a5dd
This commit is contained in:
@@ -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
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user