summary refs log tree commit diff
path: root/docs/usage/configuration/config_documentation.md
diff options
context:
space:
mode:
authorOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2024-01-23 15:30:03 +0000
committerOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2024-01-23 15:30:03 +0000
commitd5e213e16f98ff247d89bc6a4f5d2e494b0b9efe (patch)
tree823ab2bac8da6a8d2e9223aaf2227f41a852e096 /docs/usage/configuration/config_documentation.md
parentSpeed up e2e device keys queries for bot accounts (diff)
parentUpdate changelog (diff)
downloadsynapse-d5e213e16f98ff247d89bc6a4f5d2e494b0b9efe.tar.xz
Merge branch 'release-v1.100' into matrix-org-hotfixes
Diffstat (limited to 'docs/usage/configuration/config_documentation.md')
-rw-r--r--docs/usage/configuration/config_documentation.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/usage/configuration/config_documentation.md b/docs/usage/configuration/config_documentation.md

index 8723b9a3fe..638a459ed5 100644 --- a/docs/usage/configuration/config_documentation.md +++ b/docs/usage/configuration/config_documentation.md
@@ -3959,6 +3959,9 @@ 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. +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. + Each rule is a YAML object containing four fields, each of which is an optional string: * `user_id`: a glob pattern that matches against the user publishing the room.