mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
parent
6b16ad2ce0
commit
ba57511a01
10 changed files with 43 additions and 21 deletions
|
|
@ -20,7 +20,8 @@ proc showRss*(req: Request; hostname: string; query: Query): Future[(string, str
|
|||
(profile, timeline) =
|
||||
await fetchSingleTimeline(names[0], after, getAgent(), query, media=false)
|
||||
else:
|
||||
timeline = await fetchMultiTimeline(names, after, getAgent(), query, media=false)
|
||||
let multiQuery = query.getMultiQuery(names)
|
||||
timeline = await getSearch[Tweet](multiQuery, after, getAgent(), media=false)
|
||||
# this is kinda dumb
|
||||
profile = Profile(
|
||||
username: name,
|
||||
|
|
|
|||
Loading…
Reference in a new issue