diff options
author | Sean King <seanking2919@protonmail.com> | 2021-07-10 11:04:16 -0600 |
---|---|---|
committer | Sean King <seanking2919@protonmail.com> | 2021-07-10 11:04:16 -0600 |
commit | 5d279a22b162e7d8a871db1b9368a888e92ea167 (patch) | |
tree | 1d89f3c93ee1dc46b185f6d438828fb0b572e6be /docs/configuration | |
parent | 26d2c677b78b7cc22a98dfe4648e5b3f5b4da3ea (diff) | |
parent | aa9a6c3c056fde45b4c13c9c873cef9492b279e9 (diff) | |
download | pleroma-5d279a22b162e7d8a871db1b9368a888e92ea167.tar.gz pleroma-5d279a22b162e7d8a871db1b9368a888e92ea167.zip |
Merge develop branch upstream
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/mrf.md | 2 |
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 |