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 /changelog.d/13537.bugfix | |
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 'changelog.d/13537.bugfix')
-rw-r--r-- | changelog.d/13537.bugfix | 1 |
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. |