mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-14 11:57:44 +00:00
deploy: a68b48a5dd
This commit is contained in:
parent
9d8ba34fd6
commit
1a6697fdde
4 changed files with 6 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue