summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAyush Anand <iamayushanand@gmail.com>2022-08-18 19:44:47 +0530
committerGitHub <noreply@github.com>2022-08-18 15:14:47 +0100
commit22ea51faf9a29cd9b96189d1fac95eaf2cfcf4ec (patch)
tree5711a01eefa45c5ff77e33e26474e81e8b5fafad /changelog.d
parentAvoid blocking lazy-loading `/sync`s during partial joins (#13477) (diff)
downloadsynapse-22ea51faf9a29cd9b96189d1fac95eaf2cfcf4ec.tar.xz
Add support for compression to federation responses (#13537)
Closes #13415.

Signed-off-by: Ayush Anand <iamayushanand@gmail.com>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13537.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13537.bugfix b/changelog.d/13537.bugfix
new file mode 100644
index 0000000000..db843504b1
--- /dev/null
+++ b/changelog.d/13537.bugfix
@@ -0,0 +1 @@
+Add support for compression to federation responses.