commit 30567ba81266c04da8efd4923f2bb324b648692a parent 81f94d44dfea3b0bf0503ca094ed7738b84f70ae Author: default <nobody@localhost> Date: Fri, 14 Apr 2023 19:04:53 +0200 Delete the private HTML cache on edits. Diffstat:
M | html.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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;