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 80df2d0..9cfbb0d 100644
--- a/main.c
+++ b/main.c
@@ -695,7 +695,7 @@ int main(int argc, char *argv[])
695 xs_json_dump(data, 4, stdout); 695 xs_json_dump(data, 4, stdout);
696 enqueue_actor_refresh(&snac, xs_dict_get(data, "attributedTo"), 0); 696 enqueue_actor_refresh(&snac, xs_dict_get(data, "attributedTo"), 0);
697 697
698 if (!timeline_here(&snac, url)) 698 if (!timeline_here_by_md5(&snac, url))
699 timeline_add(&snac, url, data); 699 timeline_add(&snac, url, data);
700 else 700 else
701 printf("Post %s already here\n", url); 701 printf("Post %s already here\n", url);