summaryrefslogtreecommitdiff
path: root/docs/configuration/custom_emoji.md
diff options
context:
space:
mode:
authorLain Soykaf <lain@lain.com>2024-05-27 19:21:20 +0400
committerLain Soykaf <lain@lain.com>2024-05-27 19:21:20 +0400
commit03d0c5abfba6a334783b46a09d865dba6fde6586 (patch)
treed339c45678a7fb062075c537724b9b71d8944955 /docs/configuration/custom_emoji.md
parent1ab4ab8d38687634735e1415f395b072718ab1ab (diff)
parente93ae96e1323fae954c2ce482cbb1df9ed9441c6 (diff)
downloadpleroma-03d0c5abfba6a334783b46a09d865dba6fde6586.tar.gz
pleroma-03d0c5abfba6a334783b46a09d865dba6fde6586.zip
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into tusooa/extract-fix
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"]
```