diff options
author | feld <feld@feld.me> | 2020-09-08 14:52:51 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2020-09-08 14:52:51 +0000 |
commit | bf048ab72f3b0a994b5d8dd6c82bf30780468173 (patch) | |
tree | f7eb78db5059aea2e39e49e80ebedf2a88cc483f /docs | |
parent | 9e49f4627fd0346cf88d44c4ab8c46c740aab36e (diff) | |
parent | bb0d7b7aaad4f441a14c94c56081ec30c96ea799 (diff) | |
download | pleroma-bf048ab72f3b0a994b5d8dd6c82bf30780468173.tar.gz |
Merge branch 'develop' into 'develop'
ForceBotUnlistedPolicy
See merge request pleroma/pleroma!2967
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/cheatsheet.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index 7f0725b48..bffce95e7 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -115,6 +115,7 @@ To add configuration to your config file, you can copy it from the base config. * `Pleroma.Web.ActivityPub.MRF.VocabularyPolicy`: Restricts activities to a configured set of vocabulary. (See [`:mrf_vocabulary`](#mrf_vocabulary)). * `Pleroma.Web.ActivityPub.MRF.ObjectAgePolicy`: Rejects or delists posts based on their age when received. (See [`:mrf_object_age`](#mrf_object_age)). * `Pleroma.Web.ActivityPub.MRF.ActivityExpirationPolicy`: Sets a default expiration on all posts made by users of the local instance. Requires `Pleroma.ActivityExpiration` to be enabled for processing the scheduled delections. + * `Pleroma.Web.ActivityPub.MRF.ForceBotUnlistedPolicy`: Makes all bot posts to disappear from public timelines. * `transparency`: Make the content of your Message Rewrite Facility settings public (via nodeinfo). * `transparency_exclusions`: Exclude specific instance names from MRF transparency. The use of the exclusions feature will be disclosed in nodeinfo as a boolean value. |