summaryrefslogtreecommitdiff
path: root/lib/pleroma/web/federator/publishing.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pleroma/web/federator/publishing.ex')
-rw-r--r--lib/pleroma/web/federator/publishing.ex7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/pleroma/web/federator/publishing.ex b/lib/pleroma/web/federator/publishing.ex
new file mode 100644
index 000000000..d6fba8f24
--- /dev/null
+++ b/lib/pleroma/web/federator/publishing.ex
@@ -0,0 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
+defmodule Pleroma.Web.Federator.Publishing do
+ @callback publish(map()) :: any()
+end