1
0
Fork 1
forked from fedi/mastodon

Change link previews for statuses to never use avatar as fallback (#23376)

This commit is contained in:
Eugen Rochko 2023-02-03 10:16:47 +01:00 committed by talon
parent f164965a7f
commit 737bba57af

View file

@ -45,7 +45,4 @@
- else
= opengraph 'twitter:card', 'summary_large_image'
- else
= opengraph 'og:image', full_asset_url(account.avatar.url(:original))
= opengraph 'og:image:width', '400'
= opengraph 'og:image:height','400'
= opengraph 'twitter:card', 'summary'