summaryrefslogtreecommitdiff
path: root/lib/pleroma/web/activity_pub/activity_pub/persisting.ex
blob: 3dbfdee28bc07d335c0c2801a8dfae5afa3728b7 (plain)
1
2
3
4
5
6
7
# Pleroma: A lightweight social networking server
# Copyright © 2017-2022 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