summaryrefslogtreecommitdiff
path: root/docs/development/ap_extensions.md
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2024-05-28 13:14:34 -0400
committerMark Felder <feld@feld.me>2024-05-30 15:14:27 -0400
commitcfc8d7aade526b8f119683984977064cd3cd3d87 (patch)
tree4a7e2bb24738fa552f20dfbb07e5bdd7e23b49b5 /docs/development/ap_extensions.md
parentff6f5a417f1f22d53b1196cc19e1ba9ad6e0ed2c (diff)
downloadpleroma-cfc8d7aade526b8f119683984977064cd3cd3d87.tar.gz
pleroma-cfc8d7aade526b8f119683984977064cd3cd3d87.zip
IPFS uploader: dialyzer fixes
lib/pleroma/uploaders/ipfs.ex:43:no_return Function put_file/1 has no local return. ________________________________________________________________________________ lib/pleroma/uploaders/ipfs.ex:49:call The function call will not succeed. Pleroma.HTTP.post( binary(), _mp :: %Tesla.Multipart{ :boundary => binary(), :content_type_params => [binary()], :parts => [ %Tesla.Multipart.Part{ :body => binary(), :dispositions => [any()], :headers => [any()] }, ... ] }, [], [{:params, [{:"cid-version", <<49>>}]}] ) will never return since the success typing is: (binary(), binary(), [{binary(), binary()}], Keyword.t()) :: {:error, _} | {:ok, %Tesla.Env{ :__client__ => %Tesla.Client{ :adapter => nil | {_, _} | {_, _, _}, :fun => _, :post => [any()], :pre => [any()] }, :__module__ => atom(), :body => _, :headers => [{_, _}], :method => :delete | :get | :head | :options | :patch | :post | :put | :trace, :opts => [{_, _}], :query => [{_, _}], :status => nil | integer(), :url => binary() }} and the contract is (Pleroma.HTTP.Request.url(), String.t(), Pleroma.HTTP.Request.headers(), :elixir.keyword()) :: {:ok, Tesla.Env.t()} | {:error, any()}
Diffstat (limited to 'docs/development/ap_extensions.md')
0 files changed, 0 insertions, 0 deletions