commit b3067987354ca8512979eef87d3de89adb5f741d
parent f77ee3df67e07a286319f64952b926cb427cd2ae
Author: grunfink <grunfink@comam.es>
Date: Thu, 29 May 2025 17:33:41 +0200
Fixed typo in rss_to_timeline().
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rss.c b/rss.c
@@ -151,7 +151,7 @@ void rss_to_timeline(snac *user, const char *url)
/* skip crap */
if (!xs_startswith(l, "https:/") && !xs_startswith(l, "http:/"))
- return;
+ continue;
snac_debug(user, 1, xs_fmt("RSS link: %s", l));