summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-05-28 16:28:01 +0100
committerGitHub <noreply@github.com>2021-05-28 16:28:01 +0100
commit84cf3e47a0318aba51d9f830d5e724182c5d93c4 (patch)
tree7a3833f554b137db01a2e2169f9715f5e2b599b6 /changelog.d
parentPass the origin when calculating the spaces summary over GET. (#10079) (diff)
downloadsynapse-84cf3e47a0318aba51d9f830d5e724182c5d93c4.tar.xz
Allow response of `/send_join` to be larger. (#10093)
Fixes #10087.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10093.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10093.bugfix b/changelog.d/10093.bugfix
new file mode 100644
index 0000000000..e50de4b2ea
--- /dev/null
+++ b/changelog.d/10093.bugfix
@@ -0,0 +1 @@
+Fix HTTP response size limit to allow joining very large rooms over federation.