-
- Downloads
Fix incompatibility with Twisted < 21. (#10713)
Turns out that the functionality added in #10546 to skip TLS was incompatible with older Twisted versions, so we need to be a bit more inventive. Also, add a test to (hopefully) not break this in future. Sadly, testing TLS is really hard.
Showing
- changelog.d/10713.bugfix 1 addition, 0 deletionschangelog.d/10713.bugfix
- mypy.ini 1 addition, 0 deletionsmypy.ini
- synapse/handlers/send_email.py 47 additions, 18 deletionssynapse/handlers/send_email.py
- tests/handlers/test_send_email.py 112 additions, 0 deletionstests/handlers/test_send_email.py
- tests/server.py 12 additions, 3 deletionstests/server.py
changelog.d/10713.bugfix
0 → 100644
tests/handlers/test_send_email.py
0 → 100644
Please register or sign in to comment