total rebase
[anni] / lib / pleroma / web / activity_pub / side_effects / handling.ex
old mode 100755 (executable)
new mode 100644 (file)
index eb012f5..4751bb4
@@ -4,5 +4,5 @@
 
 defmodule Pleroma.Web.ActivityPub.SideEffects.Handling do
   @callback handle(map(), keyword()) :: {:ok, map(), keyword()} | {:error, any()}
-  @callback handle_after_transaction(map()) :: map()
+  @callback handle_after_transaction(keyword()) :: keyword()
 end