diff options
author | rinpatch <rinpatch@sdf.org> | 2020-04-20 18:30:01 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-04-20 18:30:01 +0000 |
commit | e57c1b60e4a0f882d5217bf1be8b1a7240aa322d (patch) | |
tree | c434f6400c46b5b166434d43b6ffdab98631459c /docs/configuration | |
parent | 7e456ac7f622f5524b74fbe45a16a58eb30551ff (diff) | |
parent | bedc558809832ce6ef6063fe91656a0fff0e222c (diff) | |
download | pleroma-e57c1b60e4a0f882d5217bf1be8b1a7240aa322d.tar.gz |
Merge branch 'accept-deletes' into 'develop'
Always accept deletions through SimplePolicy, add :reject_deletes group
See merge request pleroma/pleroma!2371
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. |