Formatting
This commit is contained in:
parent
4956ab5ea3
commit
c984e8272a
@ -99,8 +99,8 @@ defmodule Pleroma.Web.Metadata.Providers.OpenGraph do
|
|||||||
|
|
||||||
"image" ->
|
"image" ->
|
||||||
[
|
[
|
||||||
{:meta, [property: "og:" <> media_type, content: Utils.attachment_url(url["href"])],
|
{:meta,
|
||||||
[]},
|
[property: "og:" <> media_type, content: Utils.attachment_url(url["href"])], []},
|
||||||
{:meta, [property: "og:image:width", content: 150], []},
|
{:meta, [property: "og:image:width", content: 150], []},
|
||||||
{:meta, [property: "og:image:height", content: 150], []}
|
{:meta, [property: "og:image:height", content: 150], []}
|
||||||
| acc
|
| acc
|
||||||
|
Loading…
Reference in New Issue
Block a user