mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Revert "Revert "Replace tweet endpoint with GraphQL""
This reverts commit 36c72f9860.
This commit is contained in:
parent
36c72f9860
commit
670a3bca6e
7 changed files with 111 additions and 67 deletions
|
|
@ -347,7 +347,7 @@ proc renderTweet*(tweet: Tweet; prefs: Prefs; path: string; class=""; index=0;
|
|||
renderQuote(tweet.quote.get(), prefs, path)
|
||||
|
||||
if mainTweet:
|
||||
p(class="tweet-published"): text &"{getTime(tweet)} · {tweet.source}"
|
||||
p(class="tweet-published"): text &"{getTime(tweet)}"
|
||||
|
||||
if tweet.mediaTags.len > 0:
|
||||
renderMediaTags(tweet.mediaTags)
|
||||
|
|
|
|||
Loading…
Reference in a new issue