aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrunfink <grunfink@comam.es>2025-05-28 08:00:47 +0200
committergrunfink <grunfink@comam.es>2025-05-28 08:00:47 +0200
commit9f8cd38ee72d93dec626b1e926f969cb75fd3094 (patch)
tree17bd5099baf81128c31205b0f58e70df3241499a
parentc10f6f0e6c3b82c02cbd47707b399330173cae38 (diff)
Disabled rss_process() by now.
-rw-r--r--rss.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/rss.c b/rss.c
index a3a092e..b31ffd3 100644
--- a/rss.c
+++ b/rss.c
@@ -207,6 +207,7 @@ void rss_to_timeline(snac *user, const char *url)
void rss_process(void)
/* parses all RSS from all users */
{
+#if 0
xs *list = user_list();
const char *uid;
@@ -226,4 +227,5 @@ void rss_process(void)
user_free(&user);
}
}
+#endif
}