mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 07:09:31 +00:00
Cache profiles
This commit is contained in:
parent
63d7528b8f
commit
6103db6893
8 changed files with 81 additions and 103 deletions
|
|
@ -73,7 +73,7 @@
|
|||
#for tweet in tweets:
|
||||
#if tweet in retweets: continue
|
||||
#end if
|
||||
#if tweet.retweetBy.len > 0: retweets.add tweet
|
||||
#if tweet.retweetBy.isSome: retweets.add tweet
|
||||
#end if
|
||||
${renderTweet(tweet, "timeline-tweet")}
|
||||
#end for
|
||||
|
|
|
|||
Loading…
Reference in a new issue