diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2020-04-24 18:37:58 +0400 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2020-04-24 18:37:58 +0400 |
commit | c56c0a3d23929f166f4d95e5c6e96bbf0df8a35e (patch) | |
tree | 6b6fffe4faeebbf7e103d16a427f6f68774b44d5 /docs/configuration | |
parent | 364eecc49f137ae3c7798ad240983591e27b134c (diff) | |
parent | 2430b9bf90d6fde71885f5f0f8be767526be6208 (diff) | |
download | pleroma-c56c0a3d23929f166f4d95e5c6e96bbf0df8a35e.tar.gz |
Merge branch 'develop' into global-status-expiration
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/mrf.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/configuration/mrf.md b/docs/configuration/mrf.md index 3fcae0761..d48d0cc99 100644 --- a/docs/configuration/mrf.md +++ b/docs/configuration/mrf.md @@ -49,6 +49,7 @@ Once `SimplePolicy` is enabled, you can configure various groups in the `:mrf_si * `banner_removal`: Banner images from these servers will be stripped from incoming messages. * `report_removal`: Servers in this group will have their reports (flags) rejected. * `federated_timeline_removal`: Servers in this group will have their messages unlisted from the public timelines by flipping the `to` and `cc` fields. +* `reject_deletes`: Deletion requests will be rejected from these servers. Servers should be configured as lists. |