summary refs log tree commit diff
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2018-10-19 21:35:57 +0100
committerRichard van der Hoff <richard@matrix.org>2018-10-19 21:35:57 +0100
commit593389a077e41a5db78d4f55210909261b8e19e4 (patch)
treef7fae8a2e56997e796087176e9ecea18ff95ba85
parentCalculate absolute path for email templates (diff)
downloadsynapse-593389a077e41a5db78d4f55210909261b8e19e4.tar.xz
Remove notes on fallback for email_templates
This fallback didn't work, and was removed in #4069.
-rw-r--r--CHANGES.md4
-rw-r--r--UPGRADE.rst4
2 files changed, 0 insertions, 8 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 5f598559a0..fb98c934c0 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -11,10 +11,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.
-
 Synapse 0.33.7rc2 (2018-10-17)
 ==============================
 
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
 ====================