logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: 7ee35eb9a6a55ef610eb02a04a33f67e5921cff3
parent: 5e365448f3fed98da0395ad69c9325795a85a12d
Author: rinpatch <rinpatch@sdf.org>
Date:   Sun, 12 Apr 2020 16:00:15 +0000

Merge branch 'fix/mix-tasks-failing-otp' into 'develop'

Fix mix tasks failing on OTP releases

Closes #1678

See merge request pleroma/pleroma!2369

Diffstat:

Mlib/mix/pleroma.ex1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/lib/mix/pleroma.ex b/lib/mix/pleroma.ex @@ -5,7 +5,6 @@ defmodule Mix.Pleroma do @doc "Common functions to be reused in mix tasks" def start_pleroma do - Mix.Task.run("app.start") Application.put_env(:phoenix, :serve_endpoints, false, persistent: true) if Pleroma.Config.get(:env) != :test do