Formatting

This commit is contained in:
Mark Felder 2021-06-07 15:47:50 -05:00
commit 264458531a
2 changed files with 7 additions and 2 deletions

View file

@ -86,7 +86,8 @@ defmodule Pleroma.Web.Metadata.Providers.TwitterCard do
{:meta, [property: "twitter:player:width", content: "480"], []},
{:meta, [property: "twitter:player:height", content: "480"], []},
{:meta, [property: "twitter:player:stream", content: url["href"]], []},
{:meta, [property: "twitter:player:stream:content_type", content: url["mediaType"]], []}
{:meta,
[property: "twitter:player:stream:content_type", content: url["mediaType"]], []}
| acc
]