diff options
author | Ayush Anand <iamayushanand@gmail.com> | 2022-08-18 19:44:47 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-18 15:14:47 +0100 |
commit | 22ea51faf9a29cd9b96189d1fac95eaf2cfcf4ec (patch) | |
tree | 5711a01eefa45c5ff77e33e26474e81e8b5fafad /docs | |
parent | Avoid blocking lazy-loading `/sync`s during partial joins (#13477) (diff) | |
download | synapse-22ea51faf9a29cd9b96189d1fac95eaf2cfcf4ec.tar.xz |
Add support for compression to federation responses (#13537)
Closes #13415. Signed-off-by: Ayush Anand <iamayushanand@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/usage/configuration/config_documentation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/usage/configuration/config_documentation.md b/docs/usage/configuration/config_documentation.md index aa175a0d91..cc72966823 100644 --- a/docs/usage/configuration/config_documentation.md +++ b/docs/usage/configuration/config_documentation.md @@ -444,7 +444,7 @@ Sub-options for each listener include: * `names`: a list of names of HTTP resources. See below for a list of valid resource names. * `compress`: set to true to enable gzip compression on HTTP bodies for this resource. This is currently only supported with the - `client`, `consent` and `metrics` resources. + `client`, `consent`, `metrics` and `federation` resources. * `additional_resources`: Only valid for an 'http' listener. A map of additional endpoints which should be loaded via dynamic modules. |