Use Websockex to replace websocket_client
This commit is contained in:
parent
c62a4f1c17
commit
eb42e90c4f
4 changed files with 22 additions and 24 deletions
2
mix.exs
2
mix.exs
|
|
@ -210,7 +210,7 @@ defmodule Pleroma.Mixfile do
|
|||
{:excoveralls, "0.12.3", only: :test},
|
||||
{:hackney, "~> 1.18.0", override: true},
|
||||
{:mox, "~> 1.0", only: :test},
|
||||
{:websocket_client, git: "https://github.com/jeremyong/websocket_client.git", only: :test}
|
||||
{:websockex, "~> 0.4.3", only: :test}
|
||||
] ++ oauth_deps()
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue