mirror of
https://git.rape.pet/ulith/amputoma.git
synced 2025-02-24 21:53:59 +01:00
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…
Add table
Reference in a new issue