summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2023-07-11 15:32:50 -0500
committerGitHub <noreply@github.com>2023-07-11 15:32:50 -0500
commitd7fc87d9736007300df8c1c8433a13542cb420dc (patch)
treeb976ad86c88c3c47bbc2a13c35f49f794b9a0ecb /docs
parentUnix Sockets for HTTP Replication (#15708) (diff)
downloadsynapse-d7fc87d9736007300df8c1c8433a13542cb420dc.tar.xz
Bump Unix sockets intro version (#15924)
https://github.com/matrix-org/synapse/pull/15708 didn't quite make the cut for `1.88.0` this morning.
Diffstat (limited to 'docs')
-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 d9286e83bc..22cd1772dc 100644
--- a/docs/usage/configuration/config_documentation.md
+++ b/docs/usage/configuration/config_documentation.md
@@ -462,7 +462,7 @@ See the docs [request log format](../administration/request_log.md).
 * `additional_resources`: Only valid for an 'http' listener. A map of
    additional endpoints which should be loaded via dynamic modules.
 
-Unix socket support (_Added in Synapse 1.88.0_):
+Unix socket support (_Added in Synapse 1.89.0_):
 * `path`: A path and filename for a Unix socket. Make sure it is located in a
   directory with read and write permissions, and that it already exists (the directory
   will not be created). Defaults to `None`.