diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-04-20 12:03:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-20 12:03:03 -0400 |
commit | 103f51d867dc3966e44d79e949e78380efef5e2d (patch) | |
tree | cf306f99a22579f148b9c5a7a9e00d24dd43c0bc | |
parent | Recommend poetry in docs (#12475) (diff) | |
download | synapse-103f51d867dc3966e44d79e949e78380efef5e2d.tar.xz |
Fix Jinja templating error when generating thumbnail URLs. (#12510)
scale is meant to be a constant string, not refer to a variable.
-rw-r--r-- | changelog.d/12510.bugfix | 1 | ||||
-rw-r--r-- | synapse/res/templates/notif.html | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/12510.bugfix b/changelog.d/12510.bugfix new file mode 100644 |