forked from AkkomaGang/akkoma
Apply suggestion to docs/configuration/mrf.md
This commit is contained in:
parent
88a76d0142
commit
6caf6a86c5
1 changed files with 1 additions and 3 deletions
|
@ -111,9 +111,7 @@ defmodule Site.RewritePolicy do
|
||||||
|
|
||||||
@impl true
|
@impl true
|
||||||
def describe do
|
def describe do
|
||||||
mrf_sample = Pleroma.Config.get(:mrf_sample)
|
{:ok, %{mrf_sample: %{content: "new message content"}}}`
|
||||||
|
|
||||||
{:ok, %{mrf_sample: mrf_sample}}
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue