Formatting
This commit is contained in:
parent
2c401dafa1
commit
264458531a
2 changed files with 7 additions and 2 deletions
|
|
@ -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
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue