aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rss.c b/rss.c
index 8798cac..ed0bf05 100644
--- 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));