Make emoji default_manifest a config option
This commit is contained in:
parent
98d4b3de53
commit
9bd5e2dec9
2 changed files with 3 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ defmodule Mix.Tasks.Pleroma.Emoji do
|
|||
@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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue