summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2021-04-21 15:35:15 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2021-04-21 15:35:15 +0100
commit744f4563245deddc9fb02b211fe4ab1500a3ca4c (patch)
treed82c866b72e5305496575beaba2bd3b782e9b328 /docs
parentMerge commit '4218473f9' into anoa/dinsic_release_1_31_0 (diff)
parentAdd type hints to admin and room list handlers. (#8973) (diff)
downloadsynapse-744f4563245deddc9fb02b211fe4ab1500a3ca4c.tar.xz
Merge commit '9999eb2d0' into anoa/dinsic_release_1_31_0
Diffstat (limited to 'docs')
-rw-r--r--docs/sample_config.yaml2
-rw-r--r--docs/workers.md1
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml

index f534c8d0f8..d21442c160 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml
@@ -2546,7 +2546,7 @@ spam_checker: # If enabled, non server admins can only create groups with local parts # starting with this prefix # -#group_creation_prefix: "unofficial/" +#group_creation_prefix: "unofficial_" diff --git a/docs/workers.md b/docs/workers.md
index efe97af31a..298adf8695 100644 --- a/docs/workers.md +++ b/docs/workers.md
@@ -229,6 +229,7 @@ expressions: ^/_matrix/client/(r0|unstable)/auth/.*/fallback/web$ # Event sending requests + ^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/redact ^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/send ^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/state/ ^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/(join|invite|leave|ban|unban|kick)$