projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88a76d0
)
Apply suggestion to docs/configuration/mrf.md
author
feld
<feld@feld.me>
Fri, 14 Feb 2020 16:55:52 +0000
(16:55 +0000)
committer
feld
<feld@feld.me>
Fri, 14 Feb 2020 16:55:52 +0000
(16:55 +0000)
docs/configuration/mrf.md
patch
|
blob
|
history
diff --git
a/docs/configuration/mrf.md
b/docs/configuration/mrf.md
index 80cfaaa84a731b8f651a623e45b00f25f1aacbbf..fc13aafc834bf7ee3316a5b694b5f433e74c6797 100644
(file)
--- a/
docs/configuration/mrf.md
+++ b/
docs/configuration/mrf.md
@@
-111,9
+111,7
@@
defmodule Site.RewritePolicy do
@impl true
def describe do
- mrf_sample = Pleroma.Config.get(:mrf_sample)
-
- {:ok, %{mrf_sample: mrf_sample}}
+ {:ok, %{mrf_sample: %{content: "new message content"}}}`
end
end
```