Custom Emoji docs: Make it clear that config.exs is not for lewd.

This commit is contained in:
lain 2019-04-15 15:51:17 +02:00
parent 4fecd6f9a7
commit 088f378408
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ The files should be PNG (APNG is okay with `.png` for `image/png` Content-type)
## Emoji tags (groups)
Default tags are set in `config.exs`.
Default tags are set in `config.exs`. To set your own tags, copy the structure to your secrets file (`prod.secret.exs` or `dev.secret.exs`) and edit it.
```elixir
config :pleroma, :emoji,
shortcode_globs: ["/emoji/custom/**/*.png"],