diff options
author | lain <lain@soykaf.club> | 2020-12-16 20:41:35 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-12-16 20:41:35 +0100 |
commit | a951f219bcf63bbdb5b9048a018d497fdc63a62f (patch) | |
tree | 458ad7e0f3c0981770014cb395bcac07a134e271 /lib/pleroma/web/federator | |
parent | d5a824b463e66b91861556b26e4c95e880c89139 (diff) | |
download | pleroma-test-speedup.tar.gz |
Lintingtest-speedup
Diffstat (limited to 'lib/pleroma/web/federator')
-rw-r--r-- | lib/pleroma/web/federator/publishing.ex | 7 |
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 |