mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 18:40:56 +01:00
Comment is no longer relevant
This commit is contained in:
parent
b7b3a3a014
commit
57c0c78996
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ function getTranslatedText(tweet: APITweet, isQuote = false): string | null {
|
||||||
}
|
}
|
||||||
|
|
||||||
const notApplicableComment = '<!-- N/A -->';
|
const notApplicableComment = '<!-- N/A -->';
|
||||||
/* TODO: maybe refactor so all tweets pull from this */
|
|
||||||
const generateTweet = (tweet: APITweet, isQuote = false): string => {
|
const generateTweet = (tweet: APITweet, isQuote = false): string => {
|
||||||
let text = paragraphify(sanitizeText(tweet.text), isQuote);
|
let text = paragraphify(sanitizeText(tweet.text), isQuote);
|
||||||
text = htmlifyLinks(text);
|
text = htmlifyLinks(text);
|
||||||
|
|
Loading…
Add table
Reference in a new issue