Browse Source

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

closed-social-glitch-2
Eugen Rochko 1 year ago
committed by GitHub
parent
commit
f98e4c662e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      app/views/statuses/_og_image.html.haml

+ 0
- 3
app/views/statuses/_og_image.html.haml 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'

Loading…
Cancel
Save