spc-pleroma/lib/pleroma/web/api_spec/operations
Mark Felder 378edeaf15 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()
2024-01-29 18:36:34 -05:00
..
admin API Specs: many dialyzer errors 2024-01-29 17:10:28 -05:00
account_operation.ex API Specs: many dialyzer errors 2024-01-29 17:10:28 -05:00
announcement_operation.ex
app_operation.ex
chat_operation.ex API Specs: many dialyzer errors 2024-01-29 17:10:28 -05:00
conversation_operation.ex
custom_emoji_operation.ex
directory_operation.ex API Specs: many dialyzer errors 2024-01-29 17:10:28 -05:00
domain_block_operation.ex Pleroma.Web.MastodonAPI.DomainBlockController: dialyzer errors 2024-01-29 18:36:34 -05:00
emoji_reaction_operation.ex API Specs: many dialyzer errors 2024-01-29 17:10:28 -05:00
filter_operation.ex
follow_request_operation.ex
instance_operation.ex Fix some more typos 2023-12-28 00:17:04 +01:00
list_operation.ex
marker_operation.ex
media_operation.ex
notification_operation.ex API Specs: many dialyzer errors 2024-01-29 17:10:28 -05:00
pleroma_account_operation.ex API Specs: many dialyzer errors 2024-01-29 17:10:28 -05:00
pleroma_app_operation.ex
pleroma_backup_operation.ex
pleroma_conversation_operation.ex
pleroma_emoji_file_operation.ex Pleroma.Web.PleromaAPI.EmojiFileController: dialyzer errors 2024-01-28 15:52:09 -05:00
pleroma_emoji_pack_operation.ex Pleroma.Web.PleromaAPI.EmojiPackController: dialyzer errors 2024-01-28 15:52:09 -05:00
pleroma_instances_operation.ex
pleroma_mascot_operation.ex Pleroma.Web.PleromaAPI.MascotController: dialyzer errors 2024-01-28 15:52:09 -05:00
pleroma_notification_operation.ex Pleroma.Web.PleromaAPI.NotificationController: dialyzer errors 2024-01-27 16:15:03 -05:00
pleroma_report_operation.ex
pleroma_scrobble_operation.ex Fix some more typos 2023-12-28 00:17:04 +01:00
pleroma_settings_operation.ex
pleroma_status_operation.ex API Specs: many dialyzer errors 2024-01-29 17:10:28 -05:00
poll_operation.ex API Specs: many dialyzer errors 2024-01-29 17:10:28 -05:00
report_operation.ex
scheduled_activity_operation.ex API Specs: many dialyzer errors 2024-01-29 17:10:28 -05:00
search_operation.ex API Specs: many dialyzer errors 2024-01-29 17:10:28 -05:00
status_operation.ex API Specs: many dialyzer errors 2024-01-29 17:10:28 -05:00
streaming_operation.ex
subscription_operation.ex
timeline_operation.ex API Specs: many dialyzer errors 2024-01-29 17:10:28 -05:00
twitter_util_operation.ex API Specs: many dialyzer errors 2024-01-29 17:10:28 -05:00
user_import_operation.ex Pleroma.Web.PleromaAPI.UserImportController: Dialyzer errors 2024-01-27 15:57:21 -05:00