mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
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>
This commit is contained in:
parent
92a0c18ef0
commit
e714b8a057
1
changelog.d/13116.doc
Normal file
1
changelog.d/13116.doc
Normal file
@ -0,0 +1 @@
|
||||
Fix wrong section header for `allow_public_rooms_over_federation` in the homeserver config documentation.
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user