logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: d4320e0daf7c732ba2c791cae697dea27c4919d2
parent 4bdfcf1682f1429e72102bf9f54ddee9e7ede0bc
Author: Mark Felder <feld@FreeBSD.org>
Date:   Fri, 27 Nov 2020 16:32:32 -0600

Both are really atoms

Diffstat:

Mlib/mix/tasks/pleroma/config.ex2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/mix/tasks/pleroma/config.ex b/lib/mix/tasks/pleroma/config.ex @@ -337,7 +337,7 @@ defmodule Mix.Tasks.Pleroma.Config do ) end - defp dump_key(group, key) when is_atom(group) and is_atom(key) do + defp dump_key(group, key) when is_atom(group) and is_atom(key) do ConfigDB |> Repo.all() |> Enum.filter(fn x ->