diff options
author | Erik Johnston <erik@matrix.org> | 2020-12-11 16:33:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-11 16:33:31 +0000 |
commit | a8eceb01e59fcbddcea7d19031ed2392772e6d66 (patch) | |
tree | f038bfb1db118c655c6515e36f1aadb4cfe8c46d /changelog.d | |
parent | Improve tests for structured logging. (#8916) (diff) | |
download | synapse-a8eceb01e59fcbddcea7d19031ed2392772e6d66.tar.xz |
Honour AS ratelimit settings for /login requests (#8920)
Fixes #8846.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8920.bugfix | 1 |
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. |