mirror of
https://github.com/zedeus/nitter.git
synced 2026-04-15 18:22:11 -04:00
Fix multi-user timeline search parameters
This commit is contained in:
@@ -87,7 +87,7 @@ proc genQueryUrl*(query: Query; onlyParam=false): string =
|
||||
if query.fromUser.len > 0:
|
||||
result = "/" & query.fromUser.join(",")
|
||||
|
||||
if query.fromUser.len > 1:
|
||||
if query.fromUser.len > 1 and query.kind == posts:
|
||||
return result & "?"
|
||||
|
||||
if query.kind notin {custom, users}:
|
||||
|
||||
Reference in New Issue
Block a user