summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-09-18 10:49:29 +0100
committerGitHub <noreply@github.com>2020-09-18 10:49:29 +0100
commit14b5b48a2285a43f655030ec242b92d217c1994a (patch)
treeab752f82761527bf31873a96ccce48e25464a88e /changelog.d
parentblacklist MSC2753 sytests until it's implemented in synapse (#8285) (diff)
downloadsynapse-14b5b48a2285a43f655030ec242b92d217c1994a.tar.xz
Fix ratelimiting for federation `/send` requests. (#8342)
c.f. #8295 for rationale
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8342.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8342.bugfix b/changelog.d/8342.bugfix
new file mode 100644
index 0000000000..786057facb
--- /dev/null
+++ b/changelog.d/8342.bugfix
@@ -0,0 +1 @@
+Fix ratelimitng of federation `/send` requests.