little changes and typos

This commit is contained in:
Alex S 2019-04-02 16:13:34 +07:00
commit 08d64b977f
3 changed files with 6 additions and 6 deletions

View file

@ -57,7 +57,7 @@ config :pleroma, Pleroma.Uploaders.MDII,
config :pleroma, :emoji,
shortcode_globs: ["/emoji/custom/**/*.png"],
groups: [
# Place here groups, which have more priority on defaults. Example in `docs/config/custom_emoji.md`
# Put groups that have higher priority than defaults here. Example in `docs/config/custom_emoji.md`
Finmoji: "/finmoji/128px/*-128.png",
Custom: ["/emoji/*.png", "/emoji/custom/*.png"]
]