summaryrefslogtreecommitdiff
path: root/docs/configuration/cheatsheet.md
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2020-12-28 23:21:53 +0100
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2021-02-27 21:26:17 +0100
commit3bc7d122712b5cc35ba509542bde63ca130d6a40 (patch)
tree4d0195f990d63c20fbef65e103eacf78572721d6 /docs/configuration/cheatsheet.md
parent998437d4a4111055e019f28dd84a8af1f9a27047 (diff)
downloadpleroma-3bc7d122712b5cc35ba509542bde63ca130d6a40.tar.gz
pleroma-3bc7d122712b5cc35ba509542bde63ca130d6a40.zip
Remove sensitive-property setting #nsfw, create HashtagPolicy
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-rw-r--r--docs/configuration/cheatsheet.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md
index 6a1031f15..f3eee3e67 100644
--- a/docs/configuration/cheatsheet.md
+++ b/docs/configuration/cheatsheet.md
@@ -210,6 +210,16 @@ config :pleroma, :mrf_user_allowlist, %{
* `days`: Default global expiration time for all local Create activities (in days)
+#### :mrf_hashtag
+
+* `sensitive`: List of hashtags to mark activities as sensitive (default: `nsfw`)
+* `federated_timeline_removal`: List of hashtags to remove activities from the federated timeline (aka TWNK)
+* `reject`: List of hashtags to reject activities from
+
+Notes:
+- The hashtags in the configuration do not have a leading `#`.
+- This MRF Policy is always enabled, if you want to disable it you have to set empty lists
+
### :activitypub
* `unfollow_blocked`: Whether blocks result in people getting unfollowed
* `outgoing_blocks`: Whether to federate blocks to other instances