Limit search length

This commit is contained in:
Zed
2019-09-13 23:28:20 +02:00
parent 5510330f70
commit f707826241
3 changed files with 5 additions and 2 deletions

View File

@@ -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) =