# 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"]
- ]
+ ],
+ default_manifest: "https://git.pleroma.social/vaartis/emoji-index/raw/master/index.json"
config :pleroma, :uri_schemes,
valid_schemes: [
@moduledoc """
"""
- @default_manifest "https://git.pleroma.social/vaartis/emoji-index/raw/master/index.json"
+ @default_manifest Pleroma.Config.get!([:emoji, :default_manifest])
def run(["ls-packs" | args]) do
Application.ensure_all_started(:hackney)