1
0

Fix reference to the experimental_features section of config in the docs (#19435)

This commit is contained in:
Hugh Nimmo-Smith
2026-02-04 17:50:47 +00:00
committed by GitHub
parent 292e1aabdd
commit 8d4ebc27c2
2 changed files with 2 additions and 1 deletions

1
changelog.d/19435.doc Normal file
View File

@@ -0,0 +1 @@
Fix reference to the `experimental_features` section of config.

View File

@@ -32,7 +32,7 @@ expected and not an issue.
It is not a requirement for experimental features to be behind a configuration flag,
but one should be used if unsure.
New experimental configuration flags should be added under the `experimental`
New experimental configuration flags should be added under the `experimental_features`
configuration key (see the `synapse.config.experimental` file) and either explain
(briefly) what is being enabled, or include the MSC number.
The configuration flag should link to the tracking issue for the experimental feature (see below).