projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1c1d2e
)
small fix in the rewrite_policy example
author
Ilja
<domainepublic@spectraltheorem.be>
Wed, 15 Apr 2020 17:03:27 +0000
(19:03 +0200)
committer
Ilja
<domainepublic@spectraltheorem.be>
Wed, 15 Apr 2020 17:03:27 +0000
(19:03 +0200)
docs/configuration/mrf.md
patch
|
blob
|
history
diff --git
a/docs/configuration/mrf.md
b/docs/configuration/mrf.md
index c3957c2551fce3b2ccac8f4445eeeeff31270836..287416b2ac7de2b727ab3dc4a4a774f9818b3ed4 100644
(file)
--- 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
```