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 | |
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
-rw-r--r-- | changelog.d/5994.feature | 1 | ||||
-rw-r--r-- | synapse/rest/client/v2_alpha/account.py | 2 | ||||
-rw-r--r-- | synapse/rest/client/v2_alpha/register.py | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/changelog.d/5994.feature b/changelog.d/5994.feature new file mode 100644 |