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