diff options
author | tusooa <tusooa@kazv.moe> | 2022-11-07 14:07:30 +0000 |
---|---|---|
committer | tusooa <tusooa@kazv.moe> | 2022-11-07 14:07:30 +0000 |
commit | 481f50bcfda0da222e7b912e441da786b5a4944c (patch) | |
tree | 30f860c5f139f4c655b79e58f5d58a6058ae588c /docs | |
parent | 8d704d384d5a957dd7e5cb2ec172d2e856675579 (diff) | |
parent | 648e012022f1b0a65ed21f9576b479a12daeba6c (diff) | |
download | pleroma-481f50bcfda0da222e7b912e441da786b5a4944c.tar.gz pleroma-481f50bcfda0da222e7b912e441da786b5a4944c.zip |
Merge branch 'docs/object_age-strip_followers' into 'develop'
ObjectAgePolicy: Make strip_followers behavior for followers-only explicit
See merge request pleroma/pleroma!3770
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/cheatsheet.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index 6e13b9622..4c083c336 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -204,7 +204,7 @@ config :pleroma, :mrf_user_allowlist, %{ e.g., A value of 900 results in any post with a timestamp older than 15 minutes will be acted upon. * `actions`: A list of actions to apply to the post: * `:delist` removes the post from public timelines - * `:strip_followers` removes followers from the ActivityPub recipient list, ensuring they won't be delivered to home timelines + * `:strip_followers` removes followers from the ActivityPub recipient list, ensuring they won't be delivered to home timelines, additionally for followers-only it degrades to a direct message * `:reject` rejects the message entirely #### :mrf_steal_emoji |