diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2018-10-30 23:55:43 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-30 23:55:43 +1100 |
commit | 0dce9e1379ea867c9a00c8e6cf1d42badb52601d (patch) | |
tree | 941dcf4454a602715d8c2d6728242c8f677a7fce /changelog.d | |
parent | Merge pull request #4109 from matrix-org/erikj/repl_devices (diff) | |
download | synapse-0dce9e1379ea867c9a00c8e6cf1d42badb52601d.tar.xz |
Write some tests for the email pusher (#4095)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4095.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4095.bugfix b/changelog.d/4095.bugfix new file mode 100644 index 0000000000..76ee7148c2 --- /dev/null +++ b/changelog.d/4095.bugfix @@ -0,0 +1 @@ +Fix exceptions when using the email mailer on Python 3. |