This commit is contained in:
Faye Duxovni 2023-07-02 14:29:59 +02:00 committed by GitHub
commit 2cef272a5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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