Don't try to render unavailable tweets in RSS feeds

Fixes #868.
This commit is contained in:
Faye Duxovni 2023-06-16 17:19:24 -04:00
parent 38985af6ed
commit f097c85c76

View file

@ -62,6 +62,8 @@ Twitter feed for: ${desc}. Generated by ${cfg.hostname}
#for t in tweets:
# let retweet = if t.retweet.isSome: t.user.username else: ""
# let tweet = if retweet.len > 0: t.retweet.get else: t
# if not tweet.available: continue
# end if
# let link = getLink(tweet)
# if link in links: continue
# end if