From fb2554b11f5259fd14ca1b5e138a1bf36df93137 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Mon, 13 Nov 2023 14:26:49 +0000 Subject: [PATCH] Fix outbound_federation_restricted_to docs & note when added (#16628) --- changelog.d/16628.doc | 1 + docs/usage/configuration/config_documentation.md | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 changelog.d/16628.doc diff --git a/changelog.d/16628.doc b/changelog.d/16628.doc new file mode 100644 index 000000000..4dd1e4874 --- /dev/null +++ b/changelog.d/16628.doc @@ -0,0 +1 @@ +Note that the option [`outbound_federation_restricted_to`](https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html#outbound_federation_restricted_to) was added in Synapse 1.89.0, and fix a nearby formatting error. diff --git a/docs/usage/configuration/config_documentation.md b/docs/usage/configuration/config_documentation.md index a673975e0..4200e70c8 100644 --- a/docs/usage/configuration/config_documentation.md +++ b/docs/usage/configuration/config_documentation.md @@ -4219,6 +4219,9 @@ outbound_federation_restricted_to: Also see the [worker documentation](../../workers.md#restrict-outbound-federation-traffic-to-a-specific-set-of-workers) for more info. + +_Added in Synapse 1.89.0._ + --- ### `run_background_tasks_on`