diff options
author | David Robertson <davidr@element.io> | 2023-11-13 14:26:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-13 14:26:49 +0000 |
commit | fb2554b11f5259fd14ca1b5e138a1bf36df93137 (patch) | |
tree | 650611bdf7c4830f4ad60bd839e0d1f2b869fd60 | |
parent | Bump serde from 1.0.190 to 1.0.192 (#16627) (diff) | |
download | synapse-fb2554b11f5259fd14ca1b5e138a1bf36df93137.tar.xz |
Fix outbound_federation_restricted_to docs & note when added (#16628)
-rw-r--r-- | changelog.d/16628.doc | 1 | ||||
-rw-r--r-- | docs/usage/configuration/config_documentation.md | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/changelog.d/16628.doc b/changelog.d/16628.doc new file mode 100644 index 0000000000..4dd1e4874e --- /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 a673975e04..4200e70c83 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` |