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

small fix in the rewrite_policy example

See merge request pleroma/pleroma!2391
This commit is contained in:
lain 2020-04-16 09:38:24 +00:00
commit 2b57f73b77
1 changed files with 1 additions and 1 deletions

View File

@ -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
```