diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-03-16 12:16:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-16 12:16:30 +0000 |
commit | beb19cf61a79e4bfb06b4b1fffd51388b64698ca (patch) | |
tree | a1c7e5305847bf98d0d5f9da8e98eeeaba06686e /changelog.d | |
parent | Merge pull request #7067 from matrix-org/babolivier/saml_error_moar (diff) | |
download | synapse-beb19cf61a79e4bfb06b4b1fffd51388b64698ca.tar.xz |
Fix buggy condition in account validity handler (#7074)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7074.bugfix | 1 |
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. |