diff options
-rw-r--r-- | docs/configuration/mrf.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/configuration/mrf.md b/docs/configuration/mrf.md index bc039689a..d965bd53e 100644 --- a/docs/configuration/mrf.md +++ b/docs/configuration/mrf.md @@ -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 ``` |