mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
parent
aa4f3f69bb
commit
1c9c6a2947
7 changed files with 15 additions and 15 deletions
|
|
@ -18,7 +18,7 @@ proc createSearchRouter*(cfg: Config) =
|
|||
let query = initQuery(params(request))
|
||||
|
||||
case query.kind
|
||||
of userSearch:
|
||||
of users:
|
||||
if "," in @"q":
|
||||
redirect("/" & @"q")
|
||||
let users = await getSearch[Profile](query, @"after", getAgent())
|
||||
|
|
|
|||
Loading…
Reference in a new issue