From 8d4ebc27c246de1f3088b0b0fb8a1162ec619457 Mon Sep 17 00:00:00 2001 From: Hugh Nimmo-Smith Date: Wed, 4 Feb 2026 17:50:47 +0000 Subject: [PATCH] Fix reference to the experimental_features section of config in the docs (#19435) --- changelog.d/19435.doc | 1 + docs/development/experimental_features.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog.d/19435.doc diff --git a/changelog.d/19435.doc b/changelog.d/19435.doc new file mode 100644 index 0000000000..4edf2f73dc --- /dev/null +++ b/changelog.d/19435.doc @@ -0,0 +1 @@ +Fix reference to the `experimental_features` section of config. diff --git a/docs/development/experimental_features.md b/docs/development/experimental_features.md index 5a86017ecf..a852fb88fd 100644 --- a/docs/development/experimental_features.md +++ b/docs/development/experimental_features.md @@ -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).