Pārlūkot izejas kodu

Set the timeline check time after showing the notifications.

default 3 gadi atpakaļ
vecāks
revīzija
58b2a47631
1 mainītis faili ar 5 papildinājumiem un 0 dzēšanām
  1. 5 0
      html.c

+ 5 - 0
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;
 }