summaryrefslogtreecommitdiff
path: root/lib/pleroma/web/federator/publishing.ex
blob: 3a242b8dce1f3404e1d250967f8952baf63d88e0 (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.Federator.Publishing do
  @callback publish(map()) :: any()
end