diff options
author | Alex S <alex.strizhakov@gmail.com> | 2019-04-02 20:35:41 +0700 |
---|---|---|
committer | Alex S <alex.strizhakov@gmail.com> | 2019-04-02 20:36:36 +0700 |
commit | d140738edf75467420b35c500716cf89de66548d (patch) | |
tree | b091407396d1791e2adba0677e88c9e716daba55 | |
parent | 3465b7ba9ad0e26128f18fd4e36aece767ba269e (diff) | |
download | pleroma-d140738edf75467420b35c500716cf89de66548d.tar.gz |
second level of headertext change in doc
-rw-r--r-- | docs/config/custom_emoji.md | 2 | ||||
-rw-r--r-- | lib/pleroma/emoji.ex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/config/custom_emoji.md b/docs/config/custom_emoji.md index 96fcb2fc6..419a7d0e2 100644 --- a/docs/config/custom_emoji.md +++ b/docs/config/custom_emoji.md @@ -18,7 +18,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. -# Emoji tags (groups) +## Emoji tags (groups) Default tags are set in `config.exs`. ```elixir diff --git a/lib/pleroma/emoji.ex b/lib/pleroma/emoji.ex index 7a60f3961..87c7f2cec 100644 --- a/lib/pleroma/emoji.ex +++ b/lib/pleroma/emoji.ex @@ -214,7 +214,7 @@ defmodule Pleroma.Emoji do end @doc """ - Finds a matching group for the given extra filename + Finds a matching group for the given emoji filename """ @spec match_extra(group_patterns(), String.t()) :: atom() | nil def match_extra(group_patterns, filename) do |