mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-13 19:28:44 +00:00
Fix two typos with colon in headlines (#13665)
This commit is contained in:
parent
48a5c47a9f
commit
044900af6c
2 changed files with 3 additions and 2 deletions
1
changelog.d/13665.doc
Normal file
1
changelog.d/13665.doc
Normal file
|
@ -0,0 +1 @@
|
|||
Remove unintentional colons from [config manual](https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html) headers.
|
|
@ -2486,7 +2486,7 @@ report_stats_endpoint: https://example.com/report-usage-stats/push
|
|||
Config settings related to the client/server API
|
||||
|
||||
---
|
||||
### `room_prejoin_state:`
|
||||
### `room_prejoin_state`
|
||||
|
||||
Controls for the state that is shared with users who receive an invite
|
||||
to a room. By default, the following state event types are shared with users who
|
||||
|
@ -2626,7 +2626,7 @@ Example configuration:
|
|||
key_refresh_interval: 2d
|
||||
```
|
||||
---
|
||||
### `trusted_key_servers:`
|
||||
### `trusted_key_servers`
|
||||
|
||||
The trusted servers to download signing keys from.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue