summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-12-11 16:33:31 +0000
committerGitHub <noreply@github.com>2020-12-11 16:33:31 +0000
commita8eceb01e59fcbddcea7d19031ed2392772e6d66 (patch)
treef038bfb1db118c655c6515e36f1aadb4cfe8c46d /changelog.d
parentImprove tests for structured logging. (#8916) (diff)
downloadsynapse-a8eceb01e59fcbddcea7d19031ed2392772e6d66.tar.xz
Honour AS ratelimit settings for /login requests (#8920)
Fixes #8846.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8920.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8920.bugfix b/changelog.d/8920.bugfix
new file mode 100644
index 0000000000..abcf186bda
--- /dev/null
+++ b/changelog.d/8920.bugfix
@@ -0,0 +1 @@
+Fix login API to not ratelimit application services that have ratelimiting disabled.