summary refs log tree commit diff
path: root/docs/usage
diff options
context:
space:
mode:
authorSean Quah <seanq@matrix.org>2022-08-31 13:56:50 +0100
committerSean Quah <seanq@matrix.org>2022-08-31 13:56:50 +0100
commit737968b8e0c21b2995b3f76348ad981405ab88d4 (patch)
tree7832ab0f3eb038451dc90b4b35c6ea1e9f1e6757 /docs/usage
parentDrop support for calling `/_matrix/client/v3/rooms/{roomId}/invite` without a... (diff)
parentTweak changelog formatting (diff)
downloadsynapse-737968b8e0c21b2995b3f76348ad981405ab88d4.tar.xz
Merge branch 'master' into develop
Diffstat (limited to 'docs/usage')
-rw-r--r--docs/usage/configuration/config_documentation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/usage/configuration/config_documentation.md b/docs/usage/configuration/config_documentation.md
index c0cfe5dcea..bc9fc86bc8 100644
--- a/docs/usage/configuration/config_documentation.md
+++ b/docs/usage/configuration/config_documentation.md
@@ -431,7 +431,7 @@ Sub-options for each listener include:
 
    * `metrics`: (see the docs [here](../../metrics-howto.md)),
 
-   * `replication`: (see the docs [here](../../workers.md)).
+   * `replication`: (deprecated as of Synapse 1.18, see the docs [here](../../workers.md)).
 
 * `tls`: set to true to enable TLS for this listener. Will use the TLS key/cert specified in tls_private_key_path / tls_certificate_path.