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/activity_pub.ex | |
parent | d5a824b463e66b91861556b26e4c95e880c89139 (diff) | |
download | pleroma-test-speedup.tar.gz |
Lintingtest-speedup
Diffstat (limited to 'lib/pleroma/web/activity_pub/activity_pub.ex')
-rw-r--r-- | lib/pleroma/web/activity_pub/activity_pub.ex | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/pleroma/web/activity_pub/activity_pub.ex b/lib/pleroma/web/activity_pub/activity_pub.ex index 0f839af10..5059bff03 100644 --- a/lib/pleroma/web/activity_pub/activity_pub.ex +++ b/lib/pleroma/web/activity_pub/activity_pub.ex @@ -2,10 +2,6 @@ # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> # SPDX-License-Identifier: AGPL-3.0-only -defmodule Pleroma.Web.ActivityPub.ActivityPub.Persisting do - @callback persist(map(), keyword()) :: {:ok, Activity.t() | Object.t()} -end - defmodule Pleroma.Web.ActivityPub.ActivityPub do alias Pleroma.Activity alias Pleroma.Activity.Ir.Topics |