diff options
author | Mark Felder <feld@feld.me> | 2024-01-29 17:44:54 -0500 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2024-01-29 18:36:34 -0500 |
commit | 378edeaf159c0ff98780ad1b41f513992f1af305 (patch) | |
tree | 7fdac91b83cd04d51e8a6fce5e54b7a0636df15c /docs/installation/migrating_from_source_otp_en.md | |
parent | 3cb2807244887847f4511d3627d3cdeab6e4876c (diff) | |
download | pleroma-378edeaf159c0ff98780ad1b41f513992f1af305.tar.gz pleroma-378edeaf159c0ff98780ad1b41f513992f1af305.zip |
Pleroma.Web.MastodonAPI.DomainBlockController: dialyzer errors
lib/pleroma/web/mastodon_api/controllers/domain_block_controller.ex:32:call
The function call will not succeed.
Phoenix.Controller.json(
_conn :: %{
:assigns => %{:user => _, _ => _},
:body_params => %{:domain => _, _ => _},
_ => _
},
%{}
)
breaks the contract
(Plug.Conn.t(), term()) :: Plug.Conn.t()
________________________________________________________________________________
lib/pleroma/web/mastodon_api/controllers/domain_block_controller.ex:43:call
The function call will not succeed.
Phoenix.Controller.json(
_conn :: %{
:assigns => %{:user => _, _ => _},
:body_params => %{:domain => _, _ => _},
_ => _
},
%{}
)
breaks the contract
(Plug.Conn.t(), term()) :: Plug.Conn.t()
Diffstat (limited to 'docs/installation/migrating_from_source_otp_en.md')
0 files changed, 0 insertions, 0 deletions