瀏覽代碼

Disabled rss_process() by now.

grunfink 1 年之前
父節點
當前提交
9f8cd38ee7
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      rss.c

+ 2 - 0
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
 }