summary refs log tree commit diff
path: root/res/templates
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2016-05-16 19:02:22 +0100
committerMatthew Hodgson <matthew@matrix.org>2016-05-16 19:02:22 +0100
commite501e9ecb2026afa0b97348c98b4fb5caa9974f4 (patch)
tree386afd3a00f7d9c95df4bb7a9fea66344b9fbc82 /res/templates
parenttune email notifs, fix CSS a bit, and add debugging details (diff)
downloadsynapse-e501e9ecb2026afa0b97348c98b4fb5caa9974f4.tar.xz
tweak text
Diffstat (limited to 'res/templates')
-rw-r--r--res/templates/notif_mail.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/templates/notif_mail.html b/res/templates/notif_mail.html

index ba65a80291..ced62c19ae 100644 --- a/res/templates/notif_mail.html +++ b/res/templates/notif_mail.html
@@ -31,8 +31,8 @@ {% endfor %} <div class="footer"> <small> - Sending at {{ reason.now|format_ts("%c") }} due to activity in room {{ reason.room_name }} because:<br/> - 1. The most recent notifiable event was received at {{ reason.received_at|format_ts("%c") }} + Sending email at {{ reason.now|format_ts("%c") }} due to activity in room '{{ reason.room_name }}' because:<br/> + 1. An event was received at {{ reason.received_at|format_ts("%c") }} which is more than {{ "%.1f"|format(reason.delay_before_mail_ms / (60*1000)) }} (delay_before_mail_ms) mins ago.<br/> {% if reason.last_sent_ts %} 2. The last time we sent a mail for this room was {{ reason.last_sent_ts|format_ts("%c") }},