mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 23:29:32 +00:00
parent
db36f75519
commit
b85e8c5d7d
20 changed files with 70 additions and 95 deletions
|
|
@ -19,7 +19,7 @@ proc createSearchRouter*(cfg: Config) =
|
|||
resp Http400, showError("Search input too long.", cfg)
|
||||
|
||||
let
|
||||
prefs = cookiePrefs()
|
||||
prefs = requestPrefs()
|
||||
query = initQuery(params(request))
|
||||
title = "Search" & (if q.len > 0: " (" & q & ")" else: "")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue