summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-04-14 19:04:53 +0200
committerdefault <nobody@localhost>2023-04-14 19:04:53 +0200
commit30567ba81266c04da8efd4923f2bb324b648692a (patch)
tree59dc751a2cd841069ee0e2123d385e673dc31f62 /html.c
parent81f94d44dfea3b0bf0503ca094ed7738b84f70ae (diff)
Delete the private HTML cache on edits.
Diffstat (limited to 'html.c')
-rw-r--r--html.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/html.c b/html.c
index 1a0a3c2..53fe6d5 100644
--- a/html.c
+++ b/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;