forked from AkkomaGang/akkoma
Custom Emoji docs: Make it clear that config.exs is not for lewd.
This commit is contained in:
parent
4fecd6f9a7
commit
088f378408
1 changed files with 1 additions and 1 deletions
|
@ -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"],
|
||||
|
|
Loading…
Reference in a new issue