diff options
author | David Robertson <davidr@element.io> | 2021-09-01 13:48:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-01 13:48:41 +0100 |
commit | d9069388f3aa22d548b4d51c069d42bd644b7ff4 (patch) | |
tree | f83392d52cece4d2b0ccb7fc240fa7cae09e7348 /changelog.d | |
parent | Skip the final GC on shutdown to improve restart times (#10712) (diff) | |
download | synapse-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.bugfix | 1 |
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. |