about summary refs log tree commit diff
path: root/app/views/statuses/_og_image.html.haml
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2023-02-03 10:16:47 +0100
committerGitHub <noreply@github.com>2023-02-03 10:16:47 +0100
commitf98e4c662e80ec10ecbf69e3780fd9d6a6cce907 (patch)
treeea5b6f677d904dce685185f6f591925381c4fc0c /app/views/statuses/_og_image.html.haml
parent7e04b15ad8bde9b22e7a3bb717e3d6177d3fa430 (diff)
Change link previews for statuses to never use avatar as fallback (#23376)
Diffstat (limited to 'app/views/statuses/_og_image.html.haml')
-rw-r--r--app/views/statuses/_og_image.html.haml3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/statuses/_og_image.html.haml b/app/views/statuses/_og_image.html.haml
index 5a647531a..39f390fdf 100644
--- a/app/views/statuses/_og_image.html.haml
+++ b/app/views/statuses/_og_image.html.haml
@@ -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'