summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'html.c')
-rw-r--r--html.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/html.c b/html.c
index 53fe6d5..a54c782 100644
--- a/html.c
+++ b/html.c
@@ -1273,6 +1273,11 @@ xs_str *html_notifications(snac *snac)
s = xs_str_cat(s, "</body>\n</html>\n");
+ /* set the check time to now */
+ xs *dummy = notify_check_time(snac, 1);
+
+ timeline_touch(snac);
+
return s;
}