summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 83c416a..5a100d9 100644
--- a/main.c
+++ b/main.c
@@ -292,7 +292,7 @@ int main(int argc, char *argv[])
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);
return 0;
}