Skip to content

Commit

Permalink
Fix multi-user timelines
Browse files Browse the repository at this point in the history
  • Loading branch information
zedeus committed Oct 31, 2023
1 parent 735b30c commit 32e3469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query.nim
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ proc genQueryParam*(query: Query): string =
param &= "OR "

if query.fromUser.len > 0 and query.kind in {posts, media}:
param &= "filter:self_threads OR-filter:replies "
param &= "filter:self_threads OR -filter:replies "

if "nativeretweets" notin query.excludes:
param &= "include:nativeretweets "
Expand Down

0 comments on commit 32e3469

Please sign in to comment.