summaryrefslogtreecommitdiff
path: root/docs/configuration/custom_emoji.md
diff options
context:
space:
mode:
authormarcin mikołajczak <me@mkljczk.pl>2024-01-19 16:36:37 +0000
committermarcin mikołajczak <me@mkljczk.pl>2024-01-19 16:36:37 +0000
commit250a4873a6f50f71cb5c387de46d711dc1bd1a39 (patch)
tree15364aea4ca2ad364517099f090716de0900b8ef /docs/configuration/custom_emoji.md
parent51aef6b78dcf709872de32a02533e943f08858d4 (diff)
parent81a13b4b9eb066e7827251c054eb04fd70613532 (diff)
downloadpleroma-250a4873a6f50f71cb5c387de46d711dc1bd1a39.tar.gz
pleroma-250a4873a6f50f71cb5c387de46d711dc1bd1a39.zip
Merge branch 'develop' into 'post-languages'
# Conflicts: # lib/pleroma/web/activity_pub/transmogrifier.ex # test/pleroma/web/activity_pub/transmogrifier/note_handling_test.exs
Diffstat (limited to 'docs/configuration/custom_emoji.md')
-rw-r--r--docs/configuration/custom_emoji.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/custom_emoji.md b/docs/configuration/custom_emoji.md
index 1648840fd..19250cf80 100644
--- a/docs/configuration/custom_emoji.md
+++ b/docs/configuration/custom_emoji.md
@@ -29,7 +29,7 @@ foo, /emoji/custom/foo.png
The files should be PNG (APNG is okay with `.png` for `image/png` Content-type) and under 50kb for compatibility with mastodon.
-Default file extentions and locations for emojis are set in `config.exs`. To use different locations or file-extentions, add the `shortcode_globs` to your secrets file (`prod.secret.exs` or `dev.secret.exs`) and edit it. Note that not all fediverse-software will show emojis with other file extentions:
+Default file extensions and locations for emojis are set in `config.exs`. To use different locations or file-extensions, add the `shortcode_globs` to your secrets file (`prod.secret.exs` or `dev.secret.exs`) and edit it. Note that not all fediverse-software will show emojis with other file extensions:
```elixir
config :pleroma, :emoji, shortcode_globs: ["/emoji/custom/**/*.png", "/emoji/custom/**/*.gif"]
```