diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2023-07-07 16:27:30 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2023-07-07 16:27:30 +0000 |
commit | e38207162bdfa4a4e9e2af8f1e09d954b5227c1b (patch) | |
tree | ca1ab093358a2448c50c43bae24d97a179d8cd39 /docs/configuration/cheatsheet.md | |
parent | 7da6a82dbd16a76d8a761118d22f336409d16bd2 (diff) | |
parent | 1459d64508b10725231d8f4256fbc68166c1b8ae (diff) | |
download | pleroma-e38207162bdfa4a4e9e2af8f1e09d954b5227c1b.tar.gz pleroma-e38207162bdfa4a4e9e2af8f1e09d954b5227c1b.zip |
Merge branch 'tusooa/2775-emoji-policy' into 'develop'
EmojiPolicy
Closes #2775
See merge request pleroma/pleroma!3842
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-rw-r--r-- | docs/configuration/cheatsheet.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index 1e49a79d0..f43cde114 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -261,6 +261,11 @@ Notes: * `follower_nickname`: The name of the bot account to use for following newly discovered users. Using `followbot` or similar is strongly suggested. +#### :mrf_emoji +* `remove_url`: A list of patterns which result in emoji whose URL matches being removed from the message. This will apply to statuses, emoji reactions, and user profiles. Each pattern can be a string or a [regular expression](https://hexdocs.pm/elixir/Regex.html). +* `remove_shortcode`: A list of patterns which result in emoji whose shortcode matches being removed from the message. This will apply to statuses, emoji reactions, and user profiles. Each pattern can be a string or a [regular expression](https://hexdocs.pm/elixir/Regex.html). +* `federated_timeline_removal_url`: A list of patterns which result in message with emojis whose URLs match being removed from federated timelines (a.k.a unlisted). This will apply only to statuses. Each pattern can be a string or a [regular expression](https://hexdocs.pm/elixir/Regex.html). +* `federated_timeline_removal_shortcode`: A list of patterns which result in message with emojis whose shortcodes match being removed from federated timelines (a.k.a unlisted). This will apply only to statuses. Each pattern can be a string or a [regular expression](https://hexdocs.pm/elixir/Regex.html). ### :activitypub * `unfollow_blocked`: Whether blocks result in people getting unfollowed |