diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-10-17 17:40:01 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-10-17 17:40:01 +0100 |
commit | 52e3d3813baf82dc16aae42bdd108cf296c3ead7 (patch) | |
tree | 927b0817d7532b9fe8b6ca8f66e1d47dcd923edb /changelog.d | |
parent | Fix incorrect truncation in get_missing_events (diff) | |
download | synapse-52e3d3813baf82dc16aae42bdd108cf296c3ead7.tar.xz |
prep changelog
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4045.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/4052.feature | 12 |
2 files changed, 0 insertions, 13 deletions
diff --git a/changelog.d/4045.bugfix b/changelog.d/4045.bugfix deleted file mode 100644 index fa50eb5aff..0000000000 --- a/changelog.d/4045.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix bug which made get_missing_events return too few events \ No newline at end of file diff --git a/changelog.d/4052.feature b/changelog.d/4052.feature deleted file mode 100644 index 0c01f06880..0000000000 --- a/changelog.d/4052.feature +++ /dev/null @@ -1,12 +0,0 @@ -Ship the example email templates as part of the package - -**Note**: if you deploy your Synapse instance from a git checkout or a github -snapshot URL, then this means that the example email templates will no longer -be installed in `res/templates`. If you have email notifications enabled, you -should ensure that `email.template_dir` is either configured to point at a -directory where you 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. \ No newline at end of file |