Add OGP parser
This commit is contained in:
parent
32bed66471
commit
2aab4e03c3
7 changed files with 86 additions and 1 deletions
3
mix.exs
3
mix.exs
|
|
@ -75,7 +75,8 @@ defmodule Pleroma.Mixfile do
|
|||
{:web_push_encryption, "~> 0.2.1"},
|
||||
{:swoosh, "~> 0.20"},
|
||||
{:gen_smtp, "~> 0.13"},
|
||||
{:websocket_client, git: "https://github.com/jeremyong/websocket_client.git", only: :test}
|
||||
{:websocket_client, git: "https://github.com/jeremyong/websocket_client.git", only: :test},
|
||||
{:floki, "~> 0.20.0"}
|
||||
]
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue