mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Preload profile/tweet images, banners, and icons
This commit is contained in:
parent
768642a2cc
commit
ed7ecf7c8d
3 changed files with 20 additions and 5 deletions
|
|
@ -15,7 +15,7 @@ template respList*(list, timeline, vnode: typed) =
|
|||
html = renderList(vnode, timeline.query, list)
|
||||
rss = "/$1/lists/$2/rss" % [@"name", @"list"]
|
||||
|
||||
resp renderMain(html, request, cfg, prefs, rss=rss)
|
||||
resp renderMain(html, request, cfg, prefs, rss=rss, banner=list.banner)
|
||||
|
||||
proc createListRouter*(cfg: Config) =
|
||||
router list:
|
||||
|
|
|
|||
Loading…
Reference in a new issue