summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2020-03-16 12:16:30 +0000
committerGitHub <noreply@github.com>2020-03-16 12:16:30 +0000
commitbeb19cf61a79e4bfb06b4b1fffd51388b64698ca (patch)
treea1c7e5305847bf98d0d5f9da8e98eeeaba06686e /changelog.d
parentMerge pull request #7067 from matrix-org/babolivier/saml_error_moar (diff)
downloadsynapse-beb19cf61a79e4bfb06b4b1fffd51388b64698ca.tar.xz
Fix buggy condition in account validity handler (#7074)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7074.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7074.bugfix b/changelog.d/7074.bugfix
new file mode 100644
index 0000000000..38d7455971
--- /dev/null
+++ b/changelog.d/7074.bugfix
@@ -0,0 +1 @@
+Fix a bug causing account validity renewal emails to be sent even if the feature is turned off in some cases.