add a fallback function
This commit is contained in:
parent
6f23139864
commit
2858fd2da2
@ -57,7 +57,9 @@ defmodule Pleroma.Web.Metadata do
|
||||
]
|
||||
end
|
||||
end
|
||||
|
||||
defp opengraph_tags(_) do
|
||||
[]
|
||||
end
|
||||
def to_tag(data) do
|
||||
with {name, attrs, _content = []} <- data do
|
||||
HTML.Tag.tag(name, attrs)
|
||||
|
Loading…
Reference in New Issue
Block a user