Explorar o código

Skip photo rails for rss

Zed %!s(int64=6) %!d(string=hai) anos
pai
achega
1fecd63d78
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/routes/rss.nim

+ 1 - 1
src/routes/rss.nim

@@ -19,7 +19,7 @@ proc showRss*(req: Request; hostname: string; query: Query): Future[(string, str
 
   if names.len == 1:
     (profile, timeline) =
-      await fetchSingleTimeline(after, query)
+      await fetchSingleTimeline(after, query, skipRail=true)
   else:
     let multiQuery = query.getMultiQuery(names)
     timeline = await getSearch[Tweet](multiQuery, after)