diff options
author | lain <lain@soykaf.club> | 2020-12-16 20:41:35 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-12-16 20:41:35 +0100 |
commit | a951f219bcf63bbdb5b9048a018d497fdc63a62f (patch) | |
tree | 458ad7e0f3c0981770014cb395bcac07a134e271 /lib/pleroma/web/activity_pub/side_effects.ex | |
parent | d5a824b463e66b91861556b26e4c95e880c89139 (diff) | |
download | pleroma-test-speedup.tar.gz |
Lintingtest-speedup
Diffstat (limited to 'lib/pleroma/web/activity_pub/side_effects.ex')
-rw-r--r-- | lib/pleroma/web/activity_pub/side_effects.ex | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/pleroma/web/activity_pub/side_effects.ex b/lib/pleroma/web/activity_pub/side_effects.ex index dee0396f5..da6c2a94b 100644 --- a/lib/pleroma/web/activity_pub/side_effects.ex +++ b/lib/pleroma/web/activity_pub/side_effects.ex @@ -2,11 +2,6 @@ # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> # SPDX-License-Identifier: AGPL-3.0-only -defmodule Pleroma.Web.ActivityPub.SideEffects.Handling do - @callback handle(map(), keyword()) :: {:ok, map(), keyword()} | {:error, any()} - @callback handle_after_transaction(map()) :: map() -end - defmodule Pleroma.Web.ActivityPub.SideEffects do @moduledoc """ This module looks at an inserted object and executes the side effects that it |