mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 07:09:31 +00:00
Include username in status requests
This commit is contained in:
parent
a801b01142
commit
a43950dcf5
2 changed files with 4 additions and 5 deletions
|
|
@ -43,7 +43,7 @@ routes:
|
|||
get "/@name/status/@id":
|
||||
cond '.' notin @"name"
|
||||
|
||||
let conversation = await getTweet(@"id")
|
||||
let conversation = await getTweet(@"name", @"id")
|
||||
if conversation.isNil or conversation.tweet.id.len == 0:
|
||||
resp Http404, showError("Tweet not found")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue