Fix MRF.config_descriptions/0

This commit is contained in:
Alex Gleason 2021-06-07 14:51:25 -05:00
parent fe4c4a7178
commit 6fcfa33e4e
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -131,7 +131,7 @@ defmodule Pleroma.Web.ActivityPub.MRF do
def describe, do: get_policies() |> describe()
def config_descriptions do
Pleroma.Web.ActivityPub.MRF
Pleroma.Web.ActivityPub.MRF.Policy
|> Pleroma.Docs.Generator.list_behaviour_implementations()
|> config_descriptions()
end