Web.ActivityPub.ActivityPub: assign the Enum.filter to recipients & simplify it
[akkoma] / lib / pleroma / web / activity_pub / mrf.ex
index 0a4e2bf803df7990f0a7fa0d7b8c66faba26181c..eebea207c14d05c420f2d434454bfe0ab0633ee3 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.ActivityPub.MRF do
   @callback filter(Map.t()) :: {:ok | :reject, Map.t()}