mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Search progress
This commit is contained in:
parent
f707826241
commit
4c748b61a5
9 changed files with 227 additions and 47 deletions
|
|
@ -64,7 +64,7 @@ proc showTimeline*(name, after: string; query: Option[Query];
|
|||
else:
|
||||
let
|
||||
timeline = await fetchMultiTimeline(names, after, agent, query)
|
||||
html = renderTweetSearch(timeline, prefs, path)
|
||||
html = renderTimelineSearch(timeline, prefs, path)
|
||||
return renderMain(html, prefs, title, "Multi")
|
||||
|
||||
template respTimeline*(timeline: typed) =
|
||||
|
|
|
|||
Loading…
Reference in a new issue