summary refs log tree commit diff
path: root/docs/usage
diff options
context:
space:
mode:
authorMoritz Stückler <moritz.stueckler@gmail.com>2022-06-29 18:41:39 +0200
committerGitHub <noreply@github.com>2022-06-29 18:41:39 +0200
commite714b8a057f65fe07b4f3939e018e57862980cdc (patch)
treecdafc71899f28702530e3e0846dc0861cc135a8b /docs/usage
parentImprove performance of getting unread counts in rooms (#13119) (diff)
downloadsynapse-e714b8a057f65fe07b4f3939e018e57862980cdc.tar.xz
Fix documentation header for `allow_public_rooms_over_federation` (#13116)
Signed-off-by: Moritz Stückler <moritz.stueckler@gmail.com>
Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
Diffstat (limited to 'docs/usage')
-rw-r--r--docs/usage/configuration/config_documentation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/usage/configuration/config_documentation.md b/docs/usage/configuration/config_documentation.md
index 58a74ace48..19eb504496 100644
--- a/docs/usage/configuration/config_documentation.md
+++ b/docs/usage/configuration/config_documentation.md
@@ -317,7 +317,7 @@ Example configuration:
 allow_public_rooms_without_auth: true
 ```
 ---
-### `allow_public_rooms_without_auth`
+### `allow_public_rooms_over_federation`
 
 If set to true, allows any other homeserver to fetch the server's public
 rooms directory via federation. Defaults to false.