diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-10-19 21:35:57 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-10-19 21:35:57 +0100 |
commit | 593389a077e41a5db78d4f55210909261b8e19e4 (patch) | |
tree | f7fae8a2e56997e796087176e9ecea18ff95ba85 /UPGRADE.rst | |
parent | Calculate absolute path for email templates (diff) | |
download | synapse-593389a077e41a5db78d4f55210909261b8e19e4.tar.xz |
Remove notes on fallback for email_templates
This fallback didn't work, and was removed in #4069.
Diffstat (limited to 'UPGRADE.rst')
-rw-r--r-- | UPGRADE.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/UPGRADE.rst b/UPGRADE.rst index 201d298123..55c77eedde 100644 --- a/UPGRADE.rst +++ b/UPGRADE.rst @@ -61,10 +61,6 @@ If you have email notifications enabled, you should ensure that have installed customised templates, or leave it unset to use the default templates. -The configuration parser will try to detect the situation where -``email.template_dir`` is incorrectly set to ``res/templates`` and do the right -thing, but will warn about this. - Upgrading to v0.27.3 ==================== |