Include retweets in "Tweets & Replies"

This commit is contained in:
Zed
2019-07-04 11:55:19 +02:00
parent 6186ae7a9f
commit 83931e7044
4 changed files with 37 additions and 24 deletions

View File

@ -45,9 +45,9 @@ routes:
cond '.' notin @"name"
respTimeline(await showTimeline(@"name", @"after", none(Query)))
get "/@name/search/?":
get "/@name/search":
cond '.' notin @"name"
let query = initQuery(@"filter", @"sep", @"name")
let query = initQuery(@"filter", @"include", @"not", @"sep", @"name")
respTimeline(await showTimeline(@"name", @"after", some(query)))
get "/@name/replies":