diff options
author | Mark Felder <feld@feld.me> | 2024-01-27 15:02:20 -0500 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2024-01-27 15:02:20 -0500 |
commit | b6a1e7fb3140a2941088b21c60fe8a8569827e55 (patch) | |
tree | f979e06a51eb9b72ec62c784956fd5fd42ae523d /docs/development/API | |
parent | 5f5bd64b83d3158871c20ff53044102208e272a8 (diff) | |
download | pleroma-b6a1e7fb3140a2941088b21c60fe8a8569827e55.tar.gz pleroma-b6a1e7fb3140a2941088b21c60fe8a8569827e55.zip |
Pleroma.Web.ActivityPub.SideEffects: dialyzer errors
lib/pleroma/web/activity_pub/side_effects.ex:622:callback_type_mismatch
Type mismatch for @callback handle_after_transaction/1 in Pleroma.Web.ActivityPub.SideEffects.Handling behaviour.
Expected type:
map()
Actual type:
Keyword.t()
lib/pleroma/web/activity_pub/side_effects.ex:622:callback_arg_type_mismatch
The inferred type for the 1st argument is not a
supertype of the expected type for the handle_after_transaction/1 callback
in the Pleroma.Web.ActivityPub.SideEffects.Handling behaviour.
Success type:
Keyword.t()
Behaviour callback type:
map()
Diffstat (limited to 'docs/development/API')
0 files changed, 0 insertions, 0 deletions