Fix multi-user timelines
This commit is contained in:
@@ -60,7 +60,7 @@ proc genQueryParam*(query: Query): string =
|
|||||||
param &= "OR "
|
param &= "OR "
|
||||||
|
|
||||||
if query.fromUser.len > 0 and query.kind in {posts, media}:
|
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:
|
if "nativeretweets" notin query.excludes:
|
||||||
param &= "include:nativeretweets "
|
param &= "include:nativeretweets "
|
||||||
|
|||||||
Reference in New Issue
Block a user