summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2019-06-28 17:43:48 +0100
committerGitHub <noreply@github.com>2019-06-28 17:43:48 +0100
commitc7ff297dde060dda7ba6b5abd8671ddcc745d97c (patch)
tree8c0a8cf52684594fcb1cb2b78f209e2676a407b1 /changelog.d
parentDon't log GC 0s at INFO (#5557) (diff)
parentOnly ratelimit when sending the email (diff)
downloadsynapse-c7ff297dde060dda7ba6b5abd8671ddcc745d97c.tar.xz
Merge pull request #5576 from matrix-org/babolivier/3pid-invite-ratelimit
Don't update the ratelimiter before sending a 3PID invite
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5576.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5576.bugfix b/changelog.d/5576.bugfix
new file mode 100644
index 0000000000..c1ba5581f2
--- /dev/null
+++ b/changelog.d/5576.bugfix
@@ -0,0 +1 @@
+Fix a bug that would cause invited users to receive several emails for a single 3PID invite in case the inviter is rate limited.