Merge branch 'fix/mrf-sample-doc' of git.pleroma.social:pleroma/pleroma into fix/mrf-sample-doc

This commit is contained in:
Mark Felder 2020-02-14 11:06:04 -06:00
commit 589bffa57d
1 changed files with 1 additions and 3 deletions

View File

@ -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
```