Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
2419776e
Verified
Commit
2419776e
authored
Jun 11, 2020
by
minibikini
Browse files
Deprecate Pleroma.Web.RichMedia.Parsers.OGP
parent
1f35acce
Pipeline
#27118
passed with stages
in 9 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lib/pleroma/web/rich_media/parsers/ogp.ex
View file @
2419776e
...
...
@@ -3,6 +3,7 @@
# SPDX-License-Identifier: AGPL-3.0-only
defmodule
Pleroma
.
Web
.
RichMedia
.
Parsers
.
OGP
do
@deprecated
"OGP parser is deprecated. Use TwitterCard instead."
def
parse
(
html
,
data
)
do
Pleroma
.
Web
.
RichMedia
.
Parsers
.
MetaTagsParser
.
parse
(
data
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment