diff options
author | lain <lain@soykaf.club> | 2020-04-16 15:28:08 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-04-16 15:28:08 +0200 |
commit | 41fdcb72828d52a23d57c41f910b02da5156e979 (patch) | |
tree | 7b0c5a2dcf7401463652099059963bc0d668183f /docs/configuration | |
parent | ca598e9c27a7a66b014523845e62046d19364f2f (diff) | |
parent | 2b57f73b776d0de3c91b3b0dd19e4458c205f690 (diff) | |
download | pleroma-41fdcb72828d52a23d57c41f910b02da5156e979.tar.gz |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remodel-dms
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/mrf.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/mrf.md b/docs/configuration/mrf.md index c3957c255..287416b2a 100644 --- a/docs/configuration/mrf.md +++ b/docs/configuration/mrf.md @@ -113,7 +113,7 @@ defmodule Pleroma.Web.ActivityPub.MRF.RewritePolicy do @impl true def describe do - {:ok, %{mrf_sample: %{content: "new message content"}}}` + {:ok, %{mrf_sample: %{content: "new message content"}}} end end ``` |