forked from AkkomaGang/akkoma
Fix MRF.config_descriptions/0
This commit is contained in:
parent
fe4c4a7178
commit
6fcfa33e4e
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ def describe(policies) 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
|
||||
|
|
Loading…
Reference in a new issue