Add short documentation on every MRF Policy
[akkoma] / lib / pleroma / web / activity_pub / mrf / user_allowlist.ex
index 3503d86921d5d44b3555ee57c480e580aed976dc..f5078d8182a60d35b441f5d68536bc4994653904 100644 (file)
@@ -1,6 +1,11 @@
+# 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.UserAllowListPolicy do
   alias Pleroma.Config
 
+  @moduledoc "Accept-list of users from specified instances"
   @behaviour Pleroma.Web.ActivityPub.MRF
 
   defp filter_by_list(object, []), do: {:ok, object}