diff options
author | Travis Ralston <travpc@gmail.com> | 2019-03-06 15:11:41 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-06 15:11:41 -0700 |
commit | 06cbf79fe3028c675b58ecc50ced75497dbcbcdf (patch) | |
tree | 1513e74d131e2ac7810fa90912a9007d582e6ffe /synapse/res/templates/notif_mail.html | |
parent | Merge pull request #4818 from matrix-org/erikj/prefill_client_ips (diff) | |
parent | Update changelog.d/4779.misc (diff) | |
download | synapse-06cbf79fe3028c675b58ecc50ced75497dbcbcdf.tar.xz |
Merge pull request #4779 from matrix-org/travis/icons
Use static locations for Riot icons
Diffstat (limited to 'synapse/res/templates/notif_mail.html')
-rw-r--r-- | synapse/res/templates/notif_mail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/res/templates/notif_mail.html b/synapse/res/templates/notif_mail.html index fcdb3109fe..019506e5fb 100644 --- a/synapse/res/templates/notif_mail.html +++ b/synapse/res/templates/notif_mail.html @@ -19,7 +19,7 @@ </td> <td class="logo"> {% if app_name == "Riot" %} - <img src="http://matrix.org/img/riot-logo-email.png" width="83" height="83" alt="[Riot]"/> + <img src="http://riot.im/img/external/riot-logo-email.png" width="83" height="83" alt="[Riot]"/> {% elif app_name == "Vector" %} <img src="http://matrix.org/img/vector-logo-email.png" width="64" height="83" alt="[Vector]"/> {% else %} |