mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Always show retweets unless excluded in search
This commit is contained in:
parent
0e58c36bae
commit
33f0ab0ba5
4 changed files with 9 additions and 16 deletions
|
|
@ -13,7 +13,7 @@ export search
|
|||
proc createSearchRouter*(cfg: Config) =
|
||||
router search:
|
||||
get "/search/?":
|
||||
if @"q".len > 200:
|
||||
if @"q".len > 500:
|
||||
resp Http400, showError("Search input too long.", cfg)
|
||||
|
||||
let
|
||||
|
|
|
|||
Loading…
Reference in a new issue