Просмотр исходного кода

Delete the private HTML cache on edits.

default 3 лет назад
Родитель
Сommit
30567ba812
1 измененных файлов с 1 добавлено и 0 удалено
  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;