MRF: add describe() to all modules, add base MRF configuration to base describe()
[akkoma] / lib / pleroma / web / activity_pub / mrf / tag_policy.ex
index 70edf4f7f778748e4d91d6355c92f681873a76e9..95864156f9d6e33f5c088ba1f43c82bc482e9842 100644 (file)
@@ -165,4 +165,7 @@ defmodule Pleroma.Web.ActivityPub.MRF.TagPolicy do
 
   @impl true
   def filter(message), do: {:ok, message}
+
+  @impl true
+  def describe(), do: {:ok, %{}}
 end