diff options
author | Erik Johnston <erik@matrix.org> | 2019-09-06 13:54:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-06 13:54:25 +0100 |
commit | 5624d0f2ec09ce706998221b8adad2d18521bcda (patch) | |
tree | 5e76eca1679337f39592f7288d1c31a9fc4ddd57 /changelog.d | |
parent | Merge pull request #5991 from matrix-org/erikj/fix_tracing_funcs (diff) | |
parent | Apply suggestions from code review (diff) | |
download | synapse-5624d0f2ec09ce706998221b8adad2d18521bcda.tar.xz |
Merge pull request #5994 from matrix-org/anoa/html_template_fix
Fix destructuring assumption bug with using load_jinja2_templates
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5994.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5994.feature b/changelog.d/5994.feature new file mode 100644 index 0000000000..5b69b97fe7 --- /dev/null +++ b/changelog.d/5994.feature @@ -0,0 +1 @@ +Add the ability to send registration emails from the homeserver rather than delegating to an identity server. \ No newline at end of file |