summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'html.c')
-rw-r--r--html.c1
1 files changed, 1 insertions, 0 deletions
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,
1670 if (c_msg != NULL) 1670 if (c_msg != NULL)
1671 enqueue_message(&snac, c_msg); 1671 enqueue_message(&snac, c_msg);
1672 1672
1673 history_del(&snac, "timeline.html_");
1673 } 1674 }
1674 1675
1675 status = 303; 1676 status = 303;