summaryrefslogtreecommitdiff
path: root/res/templates
diff options
context:
space:
mode:
authorErik Johnston <erikj@matrix.org>2016-08-08 13:45:19 +0100
committerErik Johnston <erikj@matrix.org>2016-08-08 13:45:19 +0100
commitdb100d319251102228c9267a1d5a594fd1bc483d (patch)
treeaf40c91de6b24b6ff53203fa4b6ccc57159b988f /res/templates
parent2e8e61211d13a6368995145b34bd36eaab1292e0 (diff)
Imported Upstream version 0.17.0
Diffstat (limited to 'res/templates')
-rw-r--r--res/templates/notif_mail.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/templates/notif_mail.html b/res/templates/notif_mail.html
index 8aee68b5..535bea76 100644
--- a/res/templates/notif_mail.html
+++ b/res/templates/notif_mail.html
@@ -36,7 +36,7 @@
<div class="debug">
Sending email at {{ reason.now|format_ts("%c") }} due to activity in room {{ reason.room_name }} because
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,
+ which is more than {{ "%.1f"|format(reason.delay_before_mail_ms / (60*1000)) }} ({{ reason.delay_before_mail_ms }}) mins ago,
{% if reason.last_sent_ts %}
and the last time we sent a mail for this room was {{ reason.last_sent_ts|format_ts("%c") }},
which is more than {{ "%.1f"|format(reason.throttle_ms / (60*1000)) }} (current throttle_ms) mins ago.