Apply suggestion to docs/configuration/mrf.md

This commit is contained in:
feld 2020-02-14 16:55:52 +00:00
parent 88a76d0142
commit 6caf6a86c5
1 changed files with 1 additions and 3 deletions

View File

@ -111,9 +111,7 @@ defmodule Site.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
```