Cache profiles

This commit is contained in:
Zed 2019-06-20 20:04:18 +02:00
commit 6103db6893
8 changed files with 81 additions and 103 deletions

View file

@ -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