summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'html.c')
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index e65e8cd..276caf6 100644
--- a/html.c
+++ b/html.c
@@ -1352,7 +1352,7 @@ int html_post_handler(d_char *req, char *q_path, d_char *payload, int p_size,
1352 1352
1353 enqueue_message(&snac, c_msg); 1353 enqueue_message(&snac, c_msg);
1354 1354
1355 timeline_add(&snac, xs_dict_get(msg, "id"), msg, in_reply_to, NULL); 1355 timeline_add(&snac, xs_dict_get(msg, "id"), msg);
1356 } 1356 }
1357 1357
1358 status = 303; 1358 status = 303;