diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-02-14 11:06:04 -0600 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-02-14 11:06:04 -0600 |
commit | 589bffa57d30b1133f951d0a6788c6f956f798a6 (patch) | |
tree | a68931474e5ebbbbacb7ae30747a0aa848441d97 | |
parent | 31749559e178729e9f4c4211294de8d1e3e16516 (diff) | |
parent | 6caf6a86c50fe3cb078d89b0f8ebcd7fd707bb23 (diff) | |
download | pleroma-589bffa57d30b1133f951d0a6788c6f956f798a6.tar.gz |
Merge branch 'fix/mrf-sample-doc' of git.pleroma.social:pleroma/pleroma into fix/mrf-sample-doc
-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 ``` |