logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: 3326205f95106e7ebabc544c704f28ca2e12f4b2
parent: 958cf5da946d6134f46eabd84aaa5abd37f88d2f
Author: eal <eal@waifu.club>
Date:   Tue, 12 Jun 2018 15:42:40 +0300

set_moderator: ensureall applications are started.

Diffstat:

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

diff --git a/lib/mix/tasks/make_moderator.ex b/lib/mix/tasks/make_moderator.ex @@ -5,7 +5,7 @@ defmodule Mix.Tasks.SetModerator do @shortdoc "Set moderator status" def run([nickname | rest]) do - ensure_started(Repo, []) + Application.ensure_all_started(:pleroma) moderator = case rest do