Browse Source

Delete the private HTML cache on edits.

default 3 years ago
parent
commit
30567ba812
1 changed files with 1 additions and 0 deletions
  1. 1 0
      html.c

+ 1 - 0
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;