summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-01-11 20:40:13 +0100
committerdefault <nobody@localhost>2023-01-11 20:40:13 +0100
commit75f8554e38dde34fca8981ad07c610980fb07321 (patch)
treee88fe6c3b390f6704d69422f7dfeebd80b4dd27e /html.c
parent1aac24ca756be5305f0895f7ebfc12a989773975 (diff)
Deleted unused arguments in timeline_add().
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,
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;