summary refs log tree commit diff
path: root/tests (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-21Improve logging when generating config files (#5510)Richard van der Hoff4-1/+8
Make it a bit clearer what's going on.
2019-06-21Only import jinja2 when needed (#5514)Andrew Morgan2-1/+3
Fixes https://github.com/matrix-org/synapse/issues/5431 `jinja2` was being imported even when it wasn't strictly necessary. This made it required to run Synapse, even if the functionality that required it wasn't enabled. This was causing new Synapse installations to crash on startup. Email modules are now required.
2019-06-21