logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 53a5ec195239b399c2bc072f754346eba3b3b6b2
parent 3e6d9187a7b826641a2a105f0b93944c54fdeec3
Author: Mark Felder <feld@FreeBSD.org>
Date:   Sun, 29 Nov 2020 12:59:03 -0600

Left public during debugging

Diffstat:

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

diff --git a/lib/mix/tasks/pleroma/config.ex b/lib/mix/tasks/pleroma/config.ex @@ -355,9 +355,9 @@ defmodule Mix.Tasks.Pleroma.Config do end end - def maybe_atomize(arg) when is_atom(arg), do: arg + defp maybe_atomize(arg) when is_atom(arg), do: arg - def maybe_atomize(arg) when is_binary(arg) do + defp maybe_atomize(arg) when is_binary(arg) do chars = String.codepoints(arg) if "." in chars do