MRF: add describe() to all modules, add base MRF configuration to base describe()
[akkoma] / lib / pleroma / web / activity_pub / mrf / drop_policy.ex
index b8d38aae696fb00a4ad8590159b2bd5cd1a32f1b..dcb640b122b3d56e5608f2338821fc4cfc70d96d 100644 (file)
@@ -12,4 +12,7 @@ defmodule Pleroma.Web.ActivityPub.MRF.DropPolicy do
     Logger.info("REJECTING #{inspect(object)}")
     {:reject, object}
   end
+
+  @impl true
+  def describe(), do: {:ok, %{}}
 end