diff options
author | Dym Sohin <pleroma-git@dym.sh> | 2020-07-09 09:23:21 +0000 |
---|---|---|
committer | Dym Sohin <pleroma-git@dym.sh> | 2020-07-09 09:23:21 +0000 |
commit | 6465257e1fafd8c4c2ad8fead10ac76bf781fedd (patch) | |
tree | d911602ea5975c217626b7ecde4555e2d3f8ebe6 /docs/configuration/cheatsheet.md | |
parent | 6335b32aa8f5c54cf5f09638189a77cad5785077 (diff) | |
download | pleroma-6465257e1fafd8c4c2ad8fead10ac76bf781fedd.tar.gz pleroma-6465257e1fafd8c4c2ad8fead10ac76bf781fedd.zip |
missed `:` (colon) before mrf_steal_emoji
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-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 f6529b940..d0a57928c 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -155,7 +155,7 @@ config :pleroma, :mrf_user_allowlist, %{ * `:strip_followers` removes followers from the ActivityPub recipient list, ensuring they won't be delivered to home timelines * `:reject` rejects the message entirely -#### mrf_steal_emoji +#### :mrf_steal_emoji * `hosts`: List of hosts to steal emojis from * `rejected_shortcodes`: Regex-list of shortcodes to reject * `size_limit`: File size limit (in bytes), checked before an emoji is saved to the disk |