synapse/changelog.d/7557.misc
Erik Johnston 06a02bc1ce
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.
2020-05-22 13:41:11 +01:00

2 lines
37 B
Plaintext

Convert sending mail to async/await.