summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-05-22 13:41:11 +0100
committerGitHub <noreply@github.com>2020-05-22 13:41:11 +0100
commit06a02bc1ce9ef23a6dff28dbfd30f910ae330b1d (patch)
treef814615713b930736b936395a1ad391ff6efb82b /changelog.d
parentUse a non-empty RelayState for user interactive auth with SAML. (#7552) (diff)
downloadsynapse-06a02bc1ce9ef23a6dff28dbfd30f910ae330b1d.tar.xz
Convert sending mail to async/await. (#7557)
Mainly because sometimes the email push code raises exceptions where the
stack traces have gotten lost, which is hopefully fixed by this.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7557.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7557.misc b/changelog.d/7557.misc
new file mode 100644
index 0000000000..c850a2bc0c
--- /dev/null
+++ b/changelog.d/7557.misc
@@ -0,0 +1 @@
+Convert sending mail to async/await.