mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 15:19:32 +00:00
parent
ed79ed25a7
commit
8a11b5a167
2 changed files with 4 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ proc createStatusRouter*(cfg: Config) =
|
|||
resp Http404, showError(error, cfg)
|
||||
|
||||
var
|
||||
title = pageTitle(conversation.tweet.profile)
|
||||
title = pageTitle(conversation.tweet)
|
||||
desc = conversation.tweet.text
|
||||
images = conversation.tweet.photos
|
||||
video = ""
|
||||
|
|
|
|||
Loading…
Reference in a new issue