diff options
author | Erik Johnston <erik@matrix.org> | 2020-09-18 10:49:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-18 10:49:29 +0100 |
commit | 14b5b48a2285a43f655030ec242b92d217c1994a (patch) | |
tree | ab752f82761527bf31873a96ccce48e25464a88e /changelog.d | |
parent | blacklist MSC2753 sytests until it's implemented in synapse (#8285) (diff) | |
download | synapse-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.bugfix | 1 |
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. |