diff options
author | Erik Johnston <erik@matrix.org> | 2021-05-28 16:28:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-28 16:28:01 +0100 |
commit | 84cf3e47a0318aba51d9f830d5e724182c5d93c4 (patch) | |
tree | 7a3833f554b137db01a2e2169f9715f5e2b599b6 /changelog.d | |
parent | Pass the origin when calculating the spaces summary over GET. (#10079) (diff) | |
download | synapse-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.bugfix | 1 |
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. |