diff options
author | Alex Gleason <alex@alexgleason.me> | 2020-04-13 13:48:32 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2020-04-20 10:11:06 -0500 |
commit | b54c8813d632cb44c7deb207e91bd32f01f33794 (patch) | |
tree | 5150c7ce7f0e5affbdfae42cfa965a115926fc89 /docs/configuration/mrf.md | |
parent | 9a3c74b244bce6097a8c6da99692bfc9973e1ec8 (diff) | |
download | pleroma-b54c8813d632cb44c7deb207e91bd32f01f33794.tar.gz pleroma-b54c8813d632cb44c7deb207e91bd32f01f33794.zip |
Add :reject_deletes option to SimplePolicy
Diffstat (limited to 'docs/configuration/mrf.md')
-rw-r--r-- | docs/configuration/mrf.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/configuration/mrf.md b/docs/configuration/mrf.md index c3957c255..2eb9631bd 100644 --- a/docs/configuration/mrf.md +++ b/docs/configuration/mrf.md @@ -43,9 +43,10 @@ Once `SimplePolicy` is enabled, you can configure various groups in the `:mrf_si * `media_removal`: Servers in this group will have media stripped from incoming messages. * `media_nsfw`: Servers in this group will have the #nsfw tag and sensitive setting injected into incoming messages which contain media. -* `reject`: Servers in this group will have their messages rejected. +* `reject`: Servers in this group will have their messages (except deletions) rejected. * `federated_timeline_removal`: Servers in this group will have their messages unlisted from the public timelines by flipping the `to` and `cc` fields. * `report_removal`: Servers in this group will have their reports (flags) rejected. +* `reject_deletes`: Deletion requests will be rejected from these servers. Servers should be configured as lists. |