mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 18:40:56 +01:00
Don't show "About author" on quote tweets in IV
This commit is contained in:
parent
d9e101a740
commit
df35ec14dd
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ const generateTweet = (tweet: APITweet, isQuote = false): string => {
|
|||
${text}
|
||||
<!-- Embedded quote tweet -->
|
||||
${!isQuote && tweet.quote ? generateTweet(tweet.quote, true) : notApplicableComment}
|
||||
${generateTweetFooter(tweet)}
|
||||
${!isQuote ? generateTweetFooter(tweet) : ''}
|
||||
<br>${!isQuote ? `<a href="${tweet.url}">View original post</a>` : notApplicableComment}
|
||||
`;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue