projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f23139
)
add a fallback function
author
rinpatch
<rinpatch@sdf.org>
Tue, 15 Jan 2019 09:11:07 +0000
(12:11 +0300)
committer
rinpatch
<rinpatch@sdf.org>
Tue, 15 Jan 2019 09:11:07 +0000
(12:11 +0300)
lib/pleroma/web/metadata.ex
patch
|
blob
|
history
diff --git
a/lib/pleroma/web/metadata.ex
b/lib/pleroma/web/metadata.ex
index b7052eec1b517aae57d03e8ed5fd3c9fbf34bc7f..8591db6b584bb312b267b5808cfd6ba03366d379 100644
(file)
--- a/
lib/pleroma/web/metadata.ex
+++ b/
lib/pleroma/web/metadata.ex
@@
-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)