logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: d817bae802c40bd2db9a88970cf24e98374b0af0
parent ca90843d13ab3342bc832ac27ac767d224678c4d
Author: feld <feld@feld.me>
Date:   Mon,  7 Dec 2020 17:13:29 +0000

Apply 1 suggestion(s) to 1 file(s)

Diffstat:

Mlib/mix/tasks/pleroma/config.ex2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/lib/mix/tasks/pleroma/config.ex b/lib/mix/tasks/pleroma/config.ex @@ -316,6 +316,8 @@ defmodule Mix.Tasks.Pleroma.Config do end defp maybe_atomize(arg) when is_atom(arg), do: arg + + defp maybe_atomize(":" <> arg), do: maybe_atomize(arg) defp maybe_atomize(arg) when is_binary(arg) do if ConfigDB.module_name?(arg) do