Merge branch 'admin_fe_dont_list_mrf_policies_any_more' into 'develop'
[akkoma] / lib / pleroma / web / activity_pub / mrf.ex
index 23ea039c34b24af5903c5a14d4338930887ab39c..e4ee8fe827fae7fdf827a517cb247fa708c1e054 100644 (file)
@@ -21,7 +21,7 @@ defmodule Pleroma.Web.ActivityPub.MRF do
           type: [:module, {:list, :module}],
           description:
             "A list of MRF policies enabled. Module names are shortened (removed leading `Pleroma.Web.ActivityPub.MRF.` part), but on adding custom module you need to use full name.",
-          suggestions: {:list_behaviour_implementations, Pleroma.Web.ActivityPub.MRF}
+          suggestions: {:list_behaviour_implementations, Pleroma.Web.ActivityPub.MRF.Policy}
         },
         %{
           key: :transparency,