From 30567ba81266c04da8efd4923f2bb324b648692a Mon Sep 17 00:00:00 2001 From: default Date: Fri, 14 Apr 2023 19:04:53 +0200 Subject: [PATCH] Delete the private HTML cache on edits. --- html.c | 1 + 1 file changed, 1 insertion(+) 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;