Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Add missing links to config options #13166

Merged
merged 2 commits into from
Jul 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/13166.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add missing links to config options.
6 changes: 3 additions & 3 deletions docs/usage/configuration/config_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ Example configuration:
dummy_events_threshold: 5
```
---
Config option `delete_stale_devices_after`
### `delete_stale_devices_after`

An optional duration. If set, Synapse will run a daily background task to log out and
delete any device that hasn't been accessed for more than the specified amount of time.
Expand Down Expand Up @@ -1843,7 +1843,7 @@ Example configuration:
turn_shared_secret: "YOUR_SHARED_SECRET"
```
----
Config options: `turn_username` and `turn_password`
### `turn_username` and `turn_password`

The Username and password if the TURN server needs them and does not use a token.

Expand Down Expand Up @@ -3373,7 +3373,7 @@ alias_creation_rules:
action: deny
```
---
Config options: `room_list_publication_rules`
### `room_list_publication_rules`

The `room_list_publication_rules` option controls who can publish and
which rooms can be published in the public room list.
Expand Down