summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2021-09-01 13:48:41 +0100
committerGitHub <noreply@github.com>2021-09-01 13:48:41 +0100
commitd9069388f3aa22d548b4d51c069d42bd644b7ff4 (patch)
treef83392d52cece4d2b0ccb7fc240fa7cae09e7348 /changelog.d
parentSkip the final GC on shutdown to improve restart times (#10712) (diff)
downloadsynapse-d9069388f3aa22d548b4d51c069d42bd644b7ff4.tar.xz
Correctly include room avatars in email notifications (#10658)
Judging by the template, this was intended ages ago, but we never
actually passed an avatar URL to the template. So let's provide one.

Closes #1546.

Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10658.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10658.bugfix b/changelog.d/10658.bugfix
new file mode 100644
index 0000000000..a59d402933
--- /dev/null
+++ b/changelog.d/10658.bugfix
@@ -0,0 +1 @@
+Fix a long-standing bug where room avatars were not included in email notifications.