mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Silence some warnings
This commit is contained in:
parent
155909aa9f
commit
bde3c3662d
9 changed files with 11 additions and 12 deletions
|
|
@ -62,7 +62,6 @@ proc genQueryParam*(query: Query): string =
|
|||
if "nativeretweets" notin query.excludes:
|
||||
param &= "include:nativeretweets "
|
||||
|
||||
let rewrite = query.fromUser.len > 0 and query.kind in {posts, media}
|
||||
for f in query.filters:
|
||||
filters.add "filter:" & f
|
||||
for e in query.excludes:
|
||||
|
|
|
|||
Loading…
Reference in a new issue