summaryrefslogtreecommitdiff
path: root/lib/pleroma/web/activity_pub/activity_pub/persisting.ex
blob: f39cd000acd174f0ef42d593c62016e7044620e9 (plain)
1
2
3
4
5
6
7
# Pleroma: A lightweight social networking server
# 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, struct()}
end