diff options
author | lain <lain@soykaf.club> | 2020-07-09 09:25:10 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-07-09 09:25:10 +0000 |
commit | 6854c5ba2f317bb891e50ecdf1577f387c8916de (patch) | |
tree | d911602ea5975c217626b7ecde4555e2d3f8ebe6 | |
parent | 6335b32aa8f5c54cf5f09638189a77cad5785077 (diff) | |
parent | 6465257e1fafd8c4c2ad8fead10ac76bf781fedd (diff) | |
download | pleroma-6854c5ba2f317bb891e50ecdf1577f387c8916de.tar.gz |
Merge branch 'patch-3' into 'develop'
missed `:` (colon) before mrf_steal_emoji
See merge request pleroma/pleroma!2738
-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 |