docs: cheatsheet: add ForceBotUnlistedPolicy
authorAlibek Omarov <a1ba.omarov@gmail.com>
Tue, 8 Sep 2020 11:34:04 +0000 (11:34 +0000)
committerAlibek Omarov <a1ba.omarov@gmail.com>
Tue, 8 Sep 2020 11:34:04 +0000 (11:34 +0000)
docs/configuration/cheatsheet.md

index a9a650fab84a160bca00ea297ed860eb215064ba..2ca4d73513b2f95251fdfd51c9727698412be495 100644 (file)
@@ -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.