mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-14 17:45:04 +00:00
Set the timeline check time after showing the notifications.
This commit is contained in:
parent
bd21d144de
commit
58b2a47631
1 changed files with 5 additions and 0 deletions
5
html.c
5
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue