no db config for mrf
This commit is contained in:
parent
560b670cfa
commit
8c1ca0ff59
1 changed files with 0 additions and 10 deletions
|
|
@ -37,14 +37,4 @@ defmodule Pleroma.Web.ActivityPub.MRF.YeehawPolicy do
|
||||||
def describe do
|
def describe do
|
||||||
{:ok, %{}}
|
{:ok, %{}}
|
||||||
end
|
end
|
||||||
|
|
||||||
@impl true
|
|
||||||
def config_description do
|
|
||||||
%{
|
|
||||||
key: :mrf_yeehaw_policy,
|
|
||||||
related_policy: "Pleroma.Web.ActivityPub.MRF.YeehawPolicy",
|
|
||||||
label: "Yeehaw at everyone",
|
|
||||||
description: "Yeehaw at everyone on the local instance"
|
|
||||||
}
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue