This commit is contained in:
dangered wolf 2022-08-03 18:49:07 -04:00
parent 2ad7d43334
commit 6f59b5ba67
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -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;