summaryrefslogtreecommitdiff
path: root/docs/configuration/mrf.md
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2021-07-17 15:03:43 -0500
committerAlex Gleason <alex@alexgleason.me>2021-07-17 15:03:43 -0500
commit3674179b26b3351e34f527b7e267a5ff0f551c2e (patch)
treeef705aed9e5ea92bfe5de04e1353d365b842e94e /docs/configuration/mrf.md
parentbad79f79e65dc9b093f364393b802c67d632a5c6 (diff)
parent3f58213646238aeca542e2f69ef3bbf0105eaa5d (diff)
downloadpleroma-3674179b26b3351e34f527b7e267a5ff0f551c2e.tar.gz
pleroma-3674179b26b3351e34f527b7e267a5ff0f551c2e.zip
Merge remote-tracking branch 'pleroma/develop' into instance-deletion
Diffstat (limited to 'docs/configuration/mrf.md')
-rw-r--r--docs/configuration/mrf.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/mrf.md b/docs/configuration/mrf.md
index 9e8c0a2d7..5618634a2 100644
--- a/docs/configuration/mrf.md
+++ b/docs/configuration/mrf.md
@@ -82,7 +82,7 @@ For example, here is a sample policy module which rewrites all messages to "new
```elixir
defmodule Pleroma.Web.ActivityPub.MRF.RewritePolicy do
@moduledoc "MRF policy which rewrites all Notes to have 'new message content'."
- @behaviour Pleroma.Web.ActivityPub.MRF
+ @behaviour Pleroma.Web.ActivityPub.MRF.Policy
# Catch messages which contain Note objects with actual data to filter.
# Capture the object as `object`, the message content as `content` and the