diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2018-10-19 16:33:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-19 16:33:54 +0100 |
commit | f62c597d14412521a628f0290acaa45bf192eb39 (patch) | |
tree | faa8efbd7026502791c54b9569f05b40de4baa7e /changelog.d/4068.bugfix | |
parent | Fix manhole on py3 (pt 2) (#4067) (diff) | |
parent | Calculate absolute path for email templates (diff) | |
download | synapse-f62c597d14412521a628f0290acaa45bf192eb39.tar.xz |
Merge pull request #4069 from matrix-org/rav/fix_email_templates_4065
Calculate absolute path for email templates
Diffstat (limited to 'changelog.d/4068.bugfix')
-rw-r--r-- | changelog.d/4068.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4068.bugfix b/changelog.d/4068.bugfix new file mode 100644 index 0000000000..74bda7491f --- /dev/null +++ b/changelog.d/4068.bugfix @@ -0,0 +1 @@ +Fix bug which prevented email notifications from being sent unless an absolute path was given for `email_templates`. \ No newline at end of file |