diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-11-20 09:52:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-20 09:52:38 +0000 |
commit | 83446a18fbaed065179ba3bd64944e90412fbb05 (patch) | |
tree | deea55e55b0e34b32685c34c9d28cdf2905fd81b /changelog.d | |
parent | Replace UPDATE with UPSERT on device_max_stream_id table (#6363) (diff) | |
parent | Lint (diff) | |
download | synapse-83446a18fbaed065179ba3bd64944e90412fbb05.tar.xz |
Merge pull request #6335 from matrix-org/erikj/rc_login_cleanups
Only do `rc_login` ratelimiting on succesful login.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6335.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6335.bugfix b/changelog.d/6335.bugfix new file mode 100644 index 0000000000..a95f6b9eec --- /dev/null +++ b/changelog.d/6335.bugfix @@ -0,0 +1 @@ +Fix bug where `rc_login` ratelimiting would prematurely kick in. |