diff options
Diffstat (limited to 'html.c')
-rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1352,7 +1352,7 @@ int html_post_handler(d_char *req, char *q_path, d_char *payload, int p_size, enqueue_message(&snac, c_msg); - timeline_add(&snac, xs_dict_get(msg, "id"), msg, in_reply_to, NULL); + timeline_add(&snac, xs_dict_get(msg, "id"), msg); } status = 303; |