This commit is contained in:
Tusooa Zhu 2022-08-19 14:10:07 -04:00
commit f459c1260b
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224
3 changed files with 9 additions and 4 deletions

View file

@ -15,7 +15,7 @@ defmodule Pleroma.Integration.WebsocketClient do
WebSockex.start_link(
url,
__MODULE__,
%{ sender: sender },
%{sender: sender},
extra_headers: headers
)
end