Comment is no longer relevant

This commit is contained in:
dangered wolf 2023-08-21 18:00:41 -04:00
parent b7b3a3a014
commit 57c0c78996
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -92,7 +92,7 @@ function getTranslatedText(tweet: APITweet, isQuote = false): string | null {
}
const notApplicableComment = '<!-- N/A -->';
/* TODO: maybe refactor so all tweets pull from this */
const generateTweet = (tweet: APITweet, isQuote = false): string => {
let text = paragraphify(sanitizeText(tweet.text), isQuote);
text = htmlifyLinks(text);