diff --git a/src/render/instantview.ts b/src/render/instantview.ts index 9d64fb8..b9bdb2b 100644 --- a/src/render/instantview.ts +++ b/src/render/instantview.ts @@ -92,7 +92,7 @@ function getTranslatedText(tweet: APITweet, isQuote = false): string | null { } const notApplicableComment = ''; -/* 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);