mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
parent
173dd8f016
commit
eed4d4033f
3 changed files with 16 additions and 9 deletions
|
|
@ -158,7 +158,7 @@ proc getTwitterLink*(path: string; params: Table[string, string]): string =
|
|||
path = "/search"
|
||||
|
||||
if "/search" notin path and query.fromUser.len < 2:
|
||||
return $(twitter / path ? filterParams(params))
|
||||
return $(twitter / path)
|
||||
|
||||
let p = {
|
||||
"f": if query.kind == users: "user" else: "live",
|
||||
|
|
|
|||
Loading…
Reference in a new issue