diff options
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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_by_md5(&snac, url)) | 698 | if (!timeline_here(&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); |