diff options
| author | 2025-05-27 21:14:23 +0200 | |
|---|---|---|
| committer | 2025-05-27 21:14:23 +0200 | |
| commit | 5bc451159420d5d51a507fda82a623069cfae92b (patch) | |
| tree | 725767368e77caa9751d39778b046b5ad00e4806 /main.c | |
| parent | Renamed timeline_here() to timeline_here_by_md5(), as it always should have b... (diff) | |
| download | penes-snac2-5bc451159420d5d51a507fda82a623069cfae92b.tar.gz penes-snac2-5bc451159420d5d51a507fda82a623069cfae92b.tar.xz penes-snac2-5bc451159420d5d51a507fda82a623069cfae92b.zip | |
New function timeline_here().
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); |