Delete the private HTML cache on edits.

This commit is contained in:
default 2023-04-14 19:04:53 +02:00
parent 81f94d44df
commit 30567ba812

1
html.c
View File

@ -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;