summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfeld <feld@feld.me>2020-02-14 16:55:52 +0000
committerfeld <feld@feld.me>2020-02-14 16:55:52 +0000
commit6caf6a86c50fe3cb078d89b0f8ebcd7fd707bb23 (patch)
tree29b35cb43a548bdfe214dfaa3cc163ceb3b4d1e7
parent88a76d0142075dbd71314b8e601a8d347d2f45e9 (diff)
Apply suggestion to docs/configuration/mrf.md
-rw-r--r--docs/configuration/mrf.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/configuration/mrf.md b/docs/configuration/mrf.md
index 80cfaaa84..fc13aafc8 100644
--- a/docs/configuration/mrf.md
+++ b/docs/configuration/mrf.md
@@ -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
```