change the anti-link-spam MRF implementation to use old_user? instead of the previous...
[akkoma] / lib / pleroma / web / activity_pub / mrf / drop_policy.ex
index a93ccf3862c0a520272cb49a797b9d75c6ecffe5..b8d38aae696fb00a4ad8590159b2bd5cd1a32f1b 100644 (file)
@@ -4,6 +4,7 @@
 
 defmodule Pleroma.Web.ActivityPub.MRF.DropPolicy do
   require Logger
+  @moduledoc "Drop and log everything received"
   @behaviour Pleroma.Web.ActivityPub.MRF
 
   @impl true