summaryrefslogtreecommitdiff
path: root/docs/configuration/custom_emoji.md
diff options
context:
space:
mode:
authormarcin mikołajczak <git@mkljczk.pl>2024-03-08 12:12:55 +0100
committermarcin mikołajczak <git@mkljczk.pl>2024-03-08 12:12:55 +0100
commitc0c4a9ed0d3cd154de15a8bb0767e2d4e5f4900f (patch)
tree0641fb03061bd783a15d06633408da4aa7592e76 /docs/configuration/custom_emoji.md
parent9fc6676d8c080dbd630434275363cc6536a35116 (diff)
parent139057f346f5903e0ed21ea91e7d43fd906fe914 (diff)
downloadpleroma-c0c4a9ed0d3cd154de15a8bb0767e2d4e5f4900f.tar.gz
pleroma-c0c4a9ed0d3cd154de15a8bb0767e2d4e5f4900f.zip
Merge remote-tracking branch 'origin/develop' into instance-contact-account
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
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"]
```