forked from AkkomaGang/akkoma
small fix in the rewrite_policy example
This commit is contained in:
parent
b1c1d2e5e1
commit
aa0a4a1e78
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue