mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-14 17:45:04 +00:00
Delete the private HTML cache on edits.
This commit is contained in:
parent
81f94d44df
commit
30567ba812
1 changed files with 1 additions and 0 deletions
1
html.c
1
html.c
|
@ -1670,6 +1670,7 @@ int html_post_handler(d_char *req, char *q_path, d_char *payload, int p_size,
|
|||
if (c_msg != NULL)
|
||||
enqueue_message(&snac, c_msg);
|
||||
|
||||
history_del(&snac, "timeline.html_");
|
||||
}
|
||||
|
||||
status = 303;
|
||||
|
|
Loading…
Reference in a new issue