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
|
@ -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: 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
|
If set to true, allows any other homeserver to fetch the server's public
|
||||||
rooms directory via federation. Defaults to false.
|
rooms directory via federation. Defaults to false.
|
||||||
|
|
Loading…
Reference in New Issue