forked from AkkomaGang/akkoma
Merge branch 'fix/mrf-sample-doc' of git.pleroma.social:pleroma/pleroma into fix/mrf-sample-doc
This commit is contained in:
commit
589bffa57d
1 changed files with 1 additions and 3 deletions
|
@ -111,9 +111,7 @@ defmodule Pleroma.Web.ActivityPub.MRF.RewritePolicy do
|
|||
|
||||
@impl true
|
||||
def describe do
|
||||
mrf_sample = Pleroma.Config.get(:mrf_sample)
|
||||
|
||||
{:ok, %{mrf_sample: mrf_sample}}
|
||||
{:ok, %{mrf_sample: %{content: "new message content"}}}`
|
||||
end
|
||||
end
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue