1
0
mirror of https://git.pleroma.social/sjw/pleroma.git synced 2024-12-23 18:36:26 +01:00

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

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