mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 18:40:56 +01:00
Fixes #17
This commit is contained in:
parent
2ad7d43334
commit
6f59b5ba67
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ export const handleStatus = async (
|
|||
/* Use quote media if there is no media */
|
||||
if (!tweet.media && tweet.quote?.media) {
|
||||
tweet.media = tweet.quote.media;
|
||||
tweet.twitter_card = 'summary_large_image';
|
||||
tweet.twitter_card = tweet.quote.twitter_card;
|
||||
}
|
||||
|
||||
let authorText = getAuthorText(tweet) || Strings.DEFAULT_AUTHOR_TEXT;
|
||||
|
|
Loading…
Add table
Reference in a new issue