forked from AkkomaGang/akkoma
Formatting
This commit is contained in:
parent
4956ab5ea3
commit
c984e8272a
1 changed files with 2 additions and 2 deletions
|
@ -99,8 +99,8 @@ defp build_attachments(%{data: %{"attachment" => attachments}}) do
|
|||
|
||||
"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:height", content: 150], []}
|
||||
| acc
|
||||
|
|
Loading…
Reference in a new issue