mirror of
https://github.com/zedeus/nitter.git
synced 2026-04-03 20:32:10 -04:00
Add community notes to RSS
This commit is contained in:
@@ -74,6 +74,9 @@ Twitter feed for: ${desc}. Generated by ${getUrlPrefix(cfg)}
|
|||||||
<img src="${urlPrefix}${getPicUrl(card.image)}" style="max-width:250px;" />
|
<img src="${urlPrefix}${getPicUrl(card.image)}" style="max-width:250px;" />
|
||||||
# end if
|
# end if
|
||||||
#end if
|
#end if
|
||||||
|
#if tweet.note.len > 0 and not prefs.hideCommunityNotes:
|
||||||
|
<p><b>Community note:</b> ${replaceUrls(tweet.note, prefs, absolute=urlPrefix)}</p>
|
||||||
|
#end if
|
||||||
#if tweet.quote.isSome and get(tweet.quote).available:
|
#if tweet.quote.isSome and get(tweet.quote).available:
|
||||||
# let quoteTweet = get(tweet.quote)
|
# let quoteTweet = get(tweet.quote)
|
||||||
# let quoteLink = urlPrefix & getLink(quoteTweet)
|
# let quoteLink = urlPrefix & getLink(quoteTweet)
|
||||||
|
|||||||
Reference in New Issue
Block a user