HTTP signatures respect allowlist federation
[akkoma] / lib / pleroma / web / activity_pub / activity_pub / persisting.ex
index 3894f48e2fa10f9486a27642c5db1554fabb4f2e..f39cd000acd174f0ef42d593c62016e7044620e9 100644 (file)
@@ -1,7 +1,7 @@
 # Pleroma: A lightweight social networking server
-# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2021 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()}
+  @callback persist(map(), keyword()) :: {:ok, struct()}
 end