summaryrefslogtreecommitdiff
path: root/rss.c
diff options
context:
space:
mode:
Diffstat (limited to 'rss.c')
-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)
151 151
152 /* skip crap */ 152 /* skip crap */
153 if (!xs_startswith(l, "https:/") && !xs_startswith(l, "http:/")) 153 if (!xs_startswith(l, "https:/") && !xs_startswith(l, "http:/"))
154 return; 154 continue;
155 155
156 snac_debug(user, 1, xs_fmt("RSS link: %s", l)); 156 snac_debug(user, 1, xs_fmt("RSS link: %s", l));
157 157