Explorar el Código

Delete the private HTML cache on edits.

default hace 3 años
padre
commit
30567ba812
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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)
             if (c_msg != NULL)
                 enqueue_message(&snac, c_msg);
                 enqueue_message(&snac, c_msg);
 
 
+            history_del(&snac, "timeline.html_");
         }
         }
 
 
         status = 303;
         status = 303;