Remove useless comment
This commit is contained in:
parent
c5b7286b5f
commit
1e44b5478d
@ -108,8 +108,6 @@ defmodule Pleroma.Emoji do
|
|||||||
shortcode_globs = Application.get_env(:pleroma, :emoji)[:shortcode_globs] || []
|
shortcode_globs = Application.get_env(:pleroma, :emoji)[:shortcode_globs] || []
|
||||||
|
|
||||||
emojis =
|
emojis =
|
||||||
# Add the things fro
|
|
||||||
# Deprecated?
|
|
||||||
(Enum.flat_map(
|
(Enum.flat_map(
|
||||||
packs,
|
packs,
|
||||||
fn pack -> load_from_file(Path.join([emoji_dir_path, pack, "emoji.txt"])) end
|
fn pack -> load_from_file(Path.join([emoji_dir_path, pack, "emoji.txt"])) end
|
||||||
|
Loading…
Reference in New Issue
Block a user