From: feld Date: Fri, 14 Feb 2020 16:55:52 +0000 (+0000) Subject: Apply suggestion to docs/configuration/mrf.md X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;ds=sidebyside;h=6caf6a86c50fe3cb078d89b0f8ebcd7fd707bb23;p=akkoma Apply suggestion to docs/configuration/mrf.md --- 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 ```