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[])
292 292
293 enqueue_message(&snac, c_msg); 293 enqueue_message(&snac, c_msg);
294 294
295 timeline_add(&snac, xs_dict_get(msg, "id"), msg, in_reply_to, NULL); 295 timeline_add(&snac, xs_dict_get(msg, "id"), msg);
296 296
297 return 0; 297 return 0;
298 } 298 }