diff options
| author | grunfink <grunfink@comam.es> | 2025-05-27 21:14:23 +0200 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2025-05-27 21:14:23 +0200 |
| commit | 5bc451159420d5d51a507fda82a623069cfae92b (patch) | |
| tree | 725767368e77caa9751d39778b046b5ad00e4806 /main.c | |
| parent | 631e44a64a20741b5e4716bf75caf7fa743fef82 (diff) | |
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[]) xs_json_dump(data, 4, stdout); enqueue_actor_refresh(&snac, xs_dict_get(data, "attributedTo"), 0); - if (!timeline_here_by_md5(&snac, url)) + if (!timeline_here(&snac, url)) timeline_add(&snac, url, data); else printf("Post %s already here\n", url); |