aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/activity_pub/side_effects.ex
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-12-16 20:41:35 +0100
committerlain <lain@soykaf.club>2020-12-16 20:41:35 +0100
commita951f219bcf63bbdb5b9048a018d497fdc63a62f (patch)
tree458ad7e0f3c0981770014cb395bcac07a134e271 /lib/pleroma/web/activity_pub/side_effects.ex
parentd5a824b463e66b91861556b26e4c95e880c89139 (diff)
downloadpleroma-test-speedup.tar.gz
Diffstat (limited to 'lib/pleroma/web/activity_pub/side_effects.ex')
-rw-r--r--lib/pleroma/web/activity_pub/side_effects.ex5
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