Browse Source

Use the image thumbnail for rich metadata (OGP/Twittercards)

2168-media-preview-proxy
Mark Felder 3 years ago
parent
commit
98f8851f29
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/pleroma/web/metadata/utils.ex

+ 1
- 1
lib/pleroma/web/metadata/utils.ex View File

@@ -38,7 +38,7 @@ defmodule Pleroma.Web.Metadata.Utils do
def scrub_html(content), do: content

def attachment_url(url) do
MediaProxy.url(url)
MediaProxy.preview_url(url)
end

def user_name_string(user) do


Loading…
Cancel
Save