diff options
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -1273,6 +1273,11 @@ xs_str *html_notifications(snac *snac) | |||
| 1273 | 1273 | ||
| 1274 | s = xs_str_cat(s, "</body>\n</html>\n"); | 1274 | s = xs_str_cat(s, "</body>\n</html>\n"); |
| 1275 | 1275 | ||
| 1276 | /* set the check time to now */ | ||
| 1277 | xs *dummy = notify_check_time(snac, 1); | ||
| 1278 | |||
| 1279 | timeline_touch(snac); | ||
| 1280 | |||
| 1276 | return s; | 1281 | return s; |
| 1277 | } | 1282 | } |
| 1278 | 1283 | ||