From cd51d5310c8fa08a27018b40e6afdd1eb3d6e12e Mon Sep 17 00:00:00 2001 From: grunfink Date: Fri, 30 May 2025 09:47:23 +0200 Subject: Call enqueue_actor_fresh() from rss_to_timeline(). --- rss.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rss.c b/rss.c index 8d55370..f72dac4 100644 --- a/rss.c +++ b/rss.c @@ -227,10 +227,11 @@ void rss_to_timeline(snac *user, const char *url) continue; } - if (!valid_status(actor_request(user, attr_to, NULL))) - continue; + enqueue_actor_refresh(user, attr_to, 0); timeline_add(user, id, obj); + + snac_log(user, xs_fmt("new '%s' (RSS) %s %s", type, attr_to, id)); } } -- cgit v1.2.3