logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: 2b57f73b776d0de3c91b3b0dd19e4458c205f690
parent: b1c1d2e5e1e1c43a068a7223f9ba69c689c878a3
Author: lain <lain@soykaf.club>
Date:   Thu, 16 Apr 2020 09:38:24 +0000

Merge branch 'small-fix-rewrite_policy' into 'develop'

small fix in the rewrite_policy example

See merge request pleroma/pleroma!2391

Diffstat:

Mdocs/configuration/mrf.md2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 ```